a = int(input())if a % 2: a = a - 1b = a / 2while a < 0: print("a") a = a - 1
5
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!