liczba = 765while liczba != 0 : cyfra = liczba % 10 print (cyfra) liczba = (liczba - cyfra) / 10
Standard input is empty
5 6 7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!