[Tutor] Converting a string to a list with each character as an item

Bob Gailer bgailer at alum.rpi.edu
Thu Jan 11 23:27:08 CET 2007


Amadeo Bellotti wrote:
> does anyone know how to do this? I need it because i want to make a 
> binary coverter
 >>> list('abc')
['a', 'b', 'c']

-- 
Bob Gailer
510-978-4454



More information about the Tutor mailing list