Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_ref_keyword_or_2.py:
if 5 > 3 or 5 > 10: print("At least one of the statements are True") else: print("None of the statements are True")