函数是Python中最基本的组成部分之一,是一段可以重复使用的代码块,可以接受输入参数并返回输出结果。 def function_name(parameters): """docstring""" statement(s) return [expression]