Re: Create list from string

2008-06-13 Thread ericdaniel
Hi Chris, Thank you very much, that was exactly what I needed. Eric On Jun 13, 9:29 am, Chris <[EMAIL PROTECTED]> wrote: > On Jun 13, 4:15 pm, ericdaniel <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm new to Python and I need to do the following: > >

Create list from string

2008-06-13 Thread ericdaniel
Hi, I'm new to Python and I need to do the following: from this: s = "978654321" to this : ["978", "654", "321"] Any help is appreciated Thanks, Eric -- http://mail.python.org/mailman/listinfo/python-list