All ChallengesLoading...
Not Solved

Merge two sentences with a period

Write a function that takes two sentences and joins them with a period and a space.
Beginner
sample input: "I am learning Python", "It is fun" 
sample output: I am learning Python. It is fun
Loading...
Test Output: