python_if_error.py:
x
 
a = 66
b = 200
if b > a:
print("b is greater than a") # raise error