python_function_pass.py:
x
 
def myfunction():
  pass
# 如果像这样定义空函数,不使用 pass 语句会导致报错