x = 10 if x > 5: print("Greater than 5") else: print("5 or less")