how to convert string

Azolex cretin at des.alpes.ch
Wed Apr 5 21:44:49 EDT 2006


a couple more exotic variations

print (10 * "%s ") % tuple(range(10))

print filter(lambda x : x not in "[,]",str(range(10)))



More information about the Python-list mailing list