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