Python 内建函数使用教程。
数学相关
abs
divmod
max
min
pow
round
sum
进制转换
bin
hex
oct
迭代器相关
aiter
all
anext
any
enumerate
filter
iter
map
next
range
reversed
面向对象相关
id
魔术方法
callable
dir
hash
len
repr
域管理
delattr
getattr
hasattr
setattr
域修饰
classmethod
property
staticmethod
继承
isinstance
issubclass
super
type
字符串相关
ascii
chr
format
ord
内建类
bool
bytearray
bytes
complex
dict
float
frozenset
int
list
object
set
str
tuple
执行相关
breakpoint
compile
eval
exec
环境相关
globals
locals
vars
输入输出相关
input
open
其它
help
memoryview
slice
sorted
zip
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
GitalkValine