1、序列类型的分类
容器序列:list、tuple、deque
扁平序列:str、bytes、bytearray、array.array
可变序列:list、deque、bytearray、array、dict、set
不可变序列:str、
2020-05-17