python_for_pass.py:
x
 
for x in [0, 1, 2]:
  pass
# 像这样使用空的 for 循环,如果没有 pass 语句将会引发错误