| 容器序列 | list, tuple, deque | 可以存放任意类型的数据 |
| 扁平序列 | str, bytes, bytearray, array.array | 存放相同类型的数据 |
| 可变序列 | list, deque, bytearray, array | |
| 不可变序列 | str, tuple, bytes |
python中的序列类型
序列类型详解
最新推荐文章于 2024-12-25 12:02:35 发布
序列类型详解
| 容器序列 | list, tuple, deque | 可以存放任意类型的数据 |
| 扁平序列 | str, bytes, bytearray, array.array | 存放相同类型的数据 |
| 可变序列 | list, deque, bytearray, array | |
| 不可变序列 | str, tuple, bytes |
1070
1336
533

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