源代码
x = 5 if x > 9: print("YES") else: print("NO")
运行结果