how do i change from string to list

BJörn Lindqvist bjourne at gmail.com
Mon Oct 25 03:11:05 EDT 2004


How do you do the opposite? List to string? Shortest method I've found is:

>>> ''.join(["H", "e", "l", "l", "o"])

-- 
mvh Björn



More information about the Python-list mailing list