01 Python 之什么是函数 即把一些操作封装起来, 供自己调用! 引入抽象的概念。 02 Python 之调用函数 03 Python 之编写函数 04 Python 函数之返回多值 05 Python 之递归函数 06 Python 之定义默认参数 07 Python 之定义可变参数