Opposite of split
Wieland Hoffmann
the_mineo at web.de
Sun Aug 15 14:27:35 EDT 2010
More information about the Python-list mailing list
Sun Aug 15 14:27:35 EDT 2010
- Previous message (by thread): Opposite of split
- Next message (by thread): Opposite of split
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 15.08.2010 20:24, Alex van der Spek wrote: > Looking for a method that does the opposite of 'split', i.e. elements in > a list are automatically concatenated with a user selectable spacer in > between e.g. '\t'. >>> " ".join(["i","am","a","list"]) 'i am a list' Wieland
- Previous message (by thread): Opposite of split
- Next message (by thread): Opposite of split
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list