运行 ❯
获取
自己的 Python
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
x = 41 if x > 10: print("Above ten,") if x > 20: print("and also above 20!") else: print("but not above 20.")
十以上,
20 以上同样成立!