S = 0i = 7 while i > 1: S += i % 2 i -= 1 print(S)
Standard input is empty
3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!