美文网首页
Python3.6.5标准库文档(完整中文版)---内置函数目录

Python3.6.5标准库文档(完整中文版)---内置函数目录

作者: python攻城狮 | 来源:发表于2020-06-19 18:48 被阅读0次

Python3.6.5标准库文档(完整中文版)---内置函数介绍

内置函数

Python解释器内置了许多功能和类型,它们始终可用。它们按字母顺序排列在这里。内置函数

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()

相关文章

网友评论

      本文标题:Python3.6.5标准库文档(完整中文版)---内置函数目录

      本文链接:https://www.haomeiwen.com/subject/biavxktx.html