I am trying to get list of numbers from:
numbers= 1,2
to:
'1','2'
I tried ",".join(str(n) for n in numbers) but it wont give the targeted format.
|
I am trying to get list of numbers from:
to:
I tried |
|||||||
|
|
|||
|
|
|
Use this:
|
||||
|
How about that?
|
||||
|
|
|
What does your answer give?
If you really want
|
|||||
|