On Jun 14, 12:15 am, ericdaniel <[EMAIL PROTECTED]> wrote: > 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 >
Homework? Have you read the Python tutorial (section 3.1.2 Strings)? -- http://mail.python.org/mailman/listinfo/python-list