PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Not Solved
Concatenate list of numbers as string
Write a function that takes a list of integers and returns a single string by concatenating their string representations.
Intermediate
Hint
sample input: [1, 2, 3]
sample output: 123
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Next challenge: Merge two sentences with a period