Given a list L = [1,2,3,4] , we want to convert the list to the string ' 1234 '. We tried ' '. join([i for i in L]), but it doesn’t work. Fix it.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.