来源:https://docs.python.org/zh-cn/3/library/functions.html#zip
内置函数
A
abs() aiter() all() anext() any() ascii()
B
bin() bool() breakpoint() bytearray() bytes()
C
callable() chr() classmethod() compile() complex()
D
delattr() dict() dir() divmod()
E
enumerate() - enumerate(iterable, start=0)
返回 0, item[0]
eval()
exec()
F
filter() float() format() frozenset()
G
getattr() globals()
H
hasattr() hash() help() hex()
I
id() input() int() isinstance() issubclass() iter() L len() list() locals()
M map() max() memoryview() min()
N next()
O
object() oct() open() ord()
P
pow() print() property()
R
range() repr() reversed() round()
S
set() setattr() slice() sorted() staticmethod() str() sum() super()
T
tuple() type()
V
vars()
Z
zip() - for item in zip([1, 2, 3], ['sugar', 'spice', 'everything nice']):
_
import()