源代码
a = 66 b = 200 if b > a: print("b is greater than a")
运行结果