首页
学习
活动
专区
圈层
工具
发布

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

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()

举报
领券