python_ref_keyword_if_else.py:
x
 
x = 5
if x > 9:
  print("YES")
else:
  print("NO")