How convert all list/tuple...

Marco Stagno marco.stagnoNOSPAM at libero.it
Mon Jun 10 16:31:58 EDT 2002


Hi
There is a fast way to convert all item in a tuple/list into a string type,
without do a loop?

I wish to translate something like:
 [1,2,"string"]
into:
 ['1','2','string']

in the fastest way

thank you in advance

                                  MAS!




More information about the Python-list mailing list