I want to print the individual numbers of a large number using division and 
modulus division. 

For example:

Enter a positive integer: 54321
5
4
3
2
1

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to