Get your own Python server Result Size: 625 x 565
x
 
x = 2
if x > 3:
  print("YES")
else:
  print("NO")
NO