PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Not Solved
Concatenate and capitalize
Write a function that takes two strings and concatenates them with a space. The result should be capitalized.
Beginner
Hint
sample input: "hello", "world"
sample output: Hello world
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Loading...
Next challenge: Join file path segments