代码示例:(标识:python_if_short)
python_if_short.py
a = 200
b = 66
if a > b: print("a is greater than b")
运行结果: