PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Loading...
Join words with space
Write a function that takes a list of words and joins them with a single space between each word, returning the resulting string.
Beginner
Hint
sample input: ["hello", "world"]
sample output: hello world
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Not Solved
Next challenge: Find unique characters in string