Python-内置函数3

'''
1.lambda 声明一个匿名函数,并且自动给你返回值
2.map()
3.float()
4.globals()
5.locals()
6.input()
7.print()
8.int()
9.int()
10.len()
11.open()
12.bin
13.oct()
14.hex()
15.tuple()
16.sum()
17.set()
18.min
19.ord()
20.chr()
21.isinstance()
22.bool()
23.bytes()
24.eval()
25.compile()
26.exec()
27.type()
29.filter()
30.map()
31.dir()
32.divmod()
33.range()
34.all()
35.any()
36.slice()
37.next()



'''
技术改变一切
原文地址:https://www.cnblogs.com/leigepython/p/6526248.html