掌握的Python内置函数

需要掌握的内置函数如下所示:

abs()

all()

any()

bin()

bool()

bytes()

chr()

dict()

dir()

divmod()

enumerate()

eval()

filter()

float()

globals()

help()

hex()

id()

input()

int()

isinstance()

len()

list()

locals()

map()

max()

min()

oct()

open()

ord()

pow()

print()

range()

round()

set()

sorted()

str()

sum()

tuple()

type()

还没有开始掌握的有:

反射

面向对象

字符串格式

生成器、迭代器

open=>文件操作

排序

4、递归

5、作业

posted @ 2017-02-20 14:11  关泉珍  阅读(44)  评论(0)    收藏  举报