x=1a=8b=12if x > 0: if a - b > 0: a = a - b else: a = a + belse: a = a ** 2print(a)
Standard input is empty
20
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!