i = 5while i < 10: i += 1 if i == 7: continue print(i)
Standard input is empty
6 8 9 10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!