'''
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
本文列举了Python中常用的内置函数,包括lambda表达式、类型转换、文件操作等,为Python初学者和开发者提供了一个快速查阅的资源。

被折叠的 条评论
为什么被折叠?



