点击查看原文
原文作者:咸鱼不当鱼了 | 来源:SparkSpace
def 函数名(参数列表): """文档字符串(可选)""" 函数体 return 返回值 # 可选
calculate_aver
Ctrl+D