源代码
a = 200 b = 66 print("A") if a > b else print("=") if a == b else print("B")
运行结果