Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
demo_python_syntax_indentation_1_error.py:
if 5 > 2: print("Five is greater than two!")
C:\Users\My Name>python demo_python_syntax_indentation_1_error.py
File "demo_indentation_test.py", line 2
print("Five is greater than two!")
^
IndentationError: expected an indented block