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