Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_if_else_short_1.py:
a = 200 b = 66 print("A") if a > b else print("B")