On Mon, 03 Jan 2005 17:41:49 -0500, Brian van den Broek
<[EMAIL PROTECTED]> wrote:
> .>>> an_int_as_string_list = list(an_int_as_string)
> .>>> print an_int_as_string_list
> ['4', '2']

*Smacks head with palm* Of course, you're right . . . no need to go
into ' '.join(str(x)).split() . . .  Python's batteries sure are
hidden in plain sight ::grin::

-- 
Email: singingxduck AT gmail DOT com
AIM: singingxduck
Programming Python for the fun of it.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to