0
how can I remove this thing -_-
how can I remove "[" and "," from result a = list(range(10)) print(a)
6 Respostas
+ 1
Numbers without space - it is one number. You can recive "0123456789"
or "0 1 2 3 4 5 6 7 8 9". But not 0123456789 becouse it is not a number.Actually u can't even print a number, IT IS IMPOSSIBLE!
0
What do u want to recive at the end?
String numbers with spaces?
0
numbers without space
0
ok so the space one :)
0
thank u so much