python_if.py:
x
 
a = 66
b = 200
if b > a:
  print("b is greater than a")