Python 解释器内置了很多函数和类型,任何时候都能使用。以下按字母顺序给出列表。

Python3 内置函数大全表
A E L R
abs() enumerate() len() range()
aiter() eval() list() repr()
all() exec() locals() reversed()
anext() F M round()
any() filter() map() S
ascii() float() max() set()
B format() memoryview() setattr()
bin() frozenset() min() slice()
bool() G N sirted()
breakpoint() getattr() next() staticmethod()
bytearray() globals() O str()
bytes() H object() sum()
C hasattr() oct() super()
callable() hash() open() T
chr() help() ord() tuple()
classmethod() hex() P type()
compile() I pow() V
complex() id() print() vars()
D input() property() Z
delattr() int()   zip()
dict() isinstance()    
dir() issubclass()   -
divmod() iter()   __import__()
声明:如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。None#python87.com