Sorry, I am just so confused and aggravated as to why this won't work - why doesn't it print out the whole list? :
number = raw_input('Enter a 7-unit number: ')
for i in number:
count = []
count.append(i)
print count
>>> Enter a 7-unit number: 78953298
['8']
--
*Brandon Merritt**
(707) 481-1744*
*
*
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
