小白教程
所有教程
关于
Search
172.70.175.68
172.70.175.68
参数设置
贡献
退出
操作
编辑
移动
保护
信息
历史
删除
Python3 内置函数
本页内容
上一节:
Python3_日期和时间
下一节:
Python_MongoDB
Python3 内置函数
注意:
有些函数与 Python2.x 变化不大,会直接跳转到 Python2.x 教程下的内置函数说明,大家要注意下哈。
内置函数
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()
reload()
delattr()
hash()
memoryview()
set()
上一节:
Python3_日期和时间
下一节:
Python_MongoDB
分类
:
Python 教程
此页面最后编辑于2022年8月17日 (星期三) 21:48。