Re: Convert String to list of chars

2007-01-27 Thread Vlad Dogaru
On Jan 27, 9:18 am, Neil Cerutti <[EMAIL PROTECTED]> wrote: > On 2007-01-27, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > How can I convert a string to a char list? > > for example > > > "hello" --> ['h','e','l','l','o'] > > > I have been searching but I can't find my answers > list("hello")

Re: Convert String to list of chars

2007-01-26 Thread Neil Cerutti
On 2007-01-27, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How can I convert a string to a char list? > for example > > "hello" --> ['h','e','l','l','o'] > > I have been searching but I can't find my answers list("hello") -- http://mail.python.org/mailman/listinfo/python-list

Convert String to list of chars

2007-01-26 Thread juanefren
How can I convert a string to a char list? for example "hello" --> ['h','e','l','l','o'] I have been searching but I can't find my answers thanks -- Juan Efrén Castillo Encinas -- http://mail.python.org/mailman/listinfo/python-list