Run »
x = 5 if x > 6: print("YES") else: print("NO")
NO