Python 基础函数 00 内置函数目录

内置函数

Python解释器内置了许多始终可用的功能和类型。它们按字母顺序在此处列出。

Built-in Functions Built-in Functions
Python 基础函数 01(A ~ C)
abs() all()
any() ascii()
bin() bool()
breakpoint() bytearray()
bytes() callable()
chr() classmethod()
compile() complex()
Python 基础函数 02(D ~ F)
delattr() dict()
dir() divmod()
enumerate() eval()
exec() filter()
float() format()
frozenset()
Python 基础函数 03(G ~ I)
getattr()
globals() hasattr()
hash() help()
hex() id()
input() int()
isinstance() issubclass()
iter() import()
Python 基础函数 04(L ~ O)
len()
list() locals()
map() max()
memoryview() min()
next() object()
oct() open()
ord()
Python 基础函数 05(P ~ R)
pow()
print() property()
range() repr()
reversed() round()
Python 基础函数 06(S ~ Z)
set()
setattr() slice()
sorted() staticmethod()
str() sum()
super() tuple()
type() vars()
zip()
发布了36 篇原创文章 · 获赞 0 · 访问量 622

猜你喜欢

转载自blog.csdn.net/Corollary/article/details/105424936
今日推荐