Run »
x = 2 if x > 3: print("YES") else: print("NO")
NO