python常用数据结构元组详解

python常用数据结构元组详解目录Tuple 元组元组的定义和使用元组常用方法index(item)count(item):返回某个元素出现的次数元组解包元组

1 2