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