函数类型内置函数标准库import在python下的lib文件夹可以放自定义的函数库第三方import / pip在lib文件夹的site-packages下通过pip安装自定义函数表达式def funtion(): expression... return expressionfuntion()