python的函数python的函数

python的函数

函数的注释文档

python的函数

函数中有默认参数

python的函数

python的函数

收集参数:把所有参数打包成元组,然后组成params

python的函数

python的返回值

python的函数

global函数

python的函数

内嵌函数

python的函数

闭包

python的函数

python的函数

匿名函数

python的函数

 

python的函数

 过滤器

filter:把非true的内容删除掉

python的函数

map

python的函数

递归:

求阶乘

python的函数

python的函数

python的函数

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
相关资源
相似解决方案