manipulate string
Michel Claveau/Hamster
No.Spam.mc at No.Spam.mclaveau.No.Spam.com
Tue Oct 28 12:24:30 EST 2003
Previous message (by thread):
manipulate string
Next message (by thread):
manipulate string
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
2 by 2 : import string a='0123456789' l=list(a[::2]) b=string.join(l,' - ') print b
Previous message (by thread):
manipulate string
Next message (by thread):
manipulate string
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list