python_if_else_short_1.py:
x
 
a = 200
b = 66
print("A") if a > b else print("B")