All ChallengesLoading...
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
sample input: [1, 2, 3]
sample output: 123
Loading...
Test Output: