原文:https://www.cnblogs.com/zhxwind/p/8855186.html
# 定义函数 def sayHello(): print('hello') # 调用函数 sayHello()