Help printing the integers of a longer number

khaosyt at gmail.com khaosyt at gmail.com
Thu Mar 28 10:39:59 EDT 2013


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




More information about the Python-list mailing list