x = 10 if x == 5: print("True") else: print("False")