Getting a number out of a string

ssmith579 at aol.com ssmith579 at aol.com
Tue Sep 27 14:16:11 EDT 2005


I'm trying to extract single digit number from a string.

t[1] = '06897'

I want to get the 7, 9,8 & 6 seperated out to use but can't find a way
to split out the single characters.

Thanks




More information about the Python-list mailing list