[EMAIL PROTECTED] wrote:

> H!
> 
> I'm searching for the fastest way to convert a list to one big string.
> 
> For example:
> test = ['test','test2','test3']

'-'.join(test)

-- 
Maciej "Fiedzia" Dziardziel (fiedzia (at) fiedzia (dot) prv (dot) pl)
www.fiedzia.prv.pl

Stewardesses is the longest word that is typed with only the left hand.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to