1.2.4.1 函数的定义1.2.4.1 函数的定义In [21]: def test(): print('in test function')test() in test function 注意:函数块必须像其他流程控制块一样缩进