2018-11-8-内置函数(2)

主要内容

一.

1.locals()
2.globals()
3.complex
4.bin oct hex
5.abs
6.divmod
7.round
8.pow(x,y,z=1)
9.sum
10.min/max
11.reversed
12.slice
13.format
14.bytes
15.bytearray
16.memoryview
17.ord/chr
18.repr
19.len
二.七大天王
1.enumerate
2.all
3.any
4.zip
5.filter
6.map
7.sorted

原文地址:https://www.cnblogs.com/studybrother/p/9931605.html