python - - 函数 - - 内置函数和匿名函数

Posted 小Q渺晓

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python - - 函数 - - 内置函数和匿名函数相关的知识,希望对你有一定的参考价值。

目录

  • 内置函数
  • 匿名函数
  • 本章小结

1,内置函数

  • python里的内置函数。截止到python版本3.6.2,现在python一共为我们提供了68个内置函数。
Built-inFunctions
abs() dict() help() min() setattr()
all() dir() hex() next() slice()
any() divmod() id() object() sorted()
ascii() enumerate() input() oct() staticmethod()
bin() eval() int() open() str()
bool() exec() isinstance() ord() sum()
bytearray() filter() issubclass() pow() super()
bytes() float() iter() print() tuple()
callable() format() len() property() type()
chr() frozenset() list() range() vars()
classmethod() getattr() locals() repr() zip()
compile() globals() map() reversed() __import__()
complex() hasattr() max() round()
delattr() hash() memoryview() set()

1.1 作用域相关

以上是关于python - - 函数 - - 内置函数和匿名函数的主要内容,如果未能解决你的问题,请参考以下文章

python 内置函数和匿名函数

python内置函数和匿名函数

python函数:内置函数和匿名函数

python——内置函数匿名函数

Python开发第六篇内置函数 和 匿名函数

python之路——5内置函数和匿名函数