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