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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to