0

I have x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] How do I get it from that to y = "1, 2, 3, 4, 5, 6, 7, 8, 9, 10" or something similar I want my list to be converted into a string

correct = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
#want this into "1,2,3,4,5,6,7,8,9,10"

0 Answers0