Convert String to list of chars

Neil Cerutti horpner at yahoo.com
Sat Jan 27 02:18:21 EST 2007


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")



More information about the Python-list mailing list