Converting a list to a string
Janko Hauser
jhauser at ifm.uni-kiel.de
Tue Dec 19 14:53:01 EST 2000
More information about the Python-list mailing list
Tue Dec 19 14:53:01 EST 2000
- Previous message (by thread): Converting a list to a string
- Next message (by thread): Converting a list to a string
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Use string.join(), which is much more efficent than your approach, which needs to copy the string in every loop. HTH, __Janko -- Institut fuer Meereskunde phone: 49-431-597 3989 Dept. Theoretical Oceanography fax : 49-431-565876 Duesternbrooker Weg 20 email: jhauser at ifm.uni-kiel.de 24105 Kiel, Germany
- Previous message (by thread): Converting a list to a string
- Next message (by thread): Converting a list to a string
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list