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

2020-06-19  本文已影响0人  python攻城狮

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()
上一篇 下一篇

猜你喜欢

热点阅读