Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_while_continue.py:
i = 0 while i < 7: i += 1 if i == 3: continue print(i)