manipulate string

Michel Claveau/Hamster No.Spam.mc at No.Spam.mclaveau.No.Spam.com
Tue Oct 28 12:07:41 EST 2003


Like this :


    import string

    a='0123456789'
    l=list(a)
    b=string.join(l,' - ')
    print b



@-salutations
--
Michel Claveau
mél : http://cerbermail.com/?6J1TthIa8B







More information about the Python-list mailing list