PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Not Solved
Join file path segments
Write a function that takes a list of folder names and joins them into a single file path with a slash between each segment.
Beginner
Hint
sample input: ["home", "user", "documents"]
sample output: home/user/documents
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Next challenge: Repeat a word n times