import random x = random.randint(1 ,100)print(x) if x> 50: print("x>50")else: print("x < 50")
Standard input is empty
27 x < 50
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!