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

Reply via email to