代码示例:(标识:demo_python_syntax_indentation_1_error)
demo_python_syntax_indentation_1_error.py
if 5 > 2:
print("Five is greater than two!")
运行结果: