x=14if x % 2 == 0: x = x / 2else: x = x - 1print(x)
Standard input is empty
7.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!