PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Not Solved
Add comma to large number
Write a function that takes a list of integers and concatenates them into a single comma-separated string.
Beginner
Hint
sample input: [1000, 2000, 3000]
sample output: 1000,2000,3000
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Next challenge: Concatenate and capitalize