def raz(): n = int(input()) if n: raz() print(n) raz()
1 2 3 4 5 0
0 5 4 3 2 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!