运行 ❯
获取您的
Python 服务器
×
更改定位
更改主题,深色/浅色
转至 Spaces
a = 33 b = 200 if b > a: print("b is greater than a")
b 大于 a