Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_if_or.py:
a = 200 b = 66 c = 500 if a > b or a > c: print("At least one of the conditions is True")