Convert String to list of chars
Neil Cerutti
horpner at yahoo.com
Sat Jan 27 02:18:21 EST 2007
More information about the Python-list mailing list
Sat Jan 27 02:18:21 EST 2007
- Previous message (by thread): Convert String to list of chars
- Next message (by thread): New vs Old Style Python Classes in C Extensions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2007-01-27, juanefren at gmail.com <juanefren at gmail.com> 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")
- Previous message (by thread): Convert String to list of chars
- Next message (by thread): New vs Old Style Python Classes in C Extensions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list