Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_if_and.py:
a = 200 b = 66 c = 500 if a > b and c > a: print("Both conditions are True")