PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Not Solved
Concatenate first and last names
Write a function that takes a first name and a last name, and returns the full name with a space in between.
Beginner
Hint
sample input: "John", "Doe"
sample output: John Doe
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Loading...
Next challenge: Concatenate with custom separator