python3 元组 2021-01-10 1 min read # Python3 元组内置方法 t.count('python') 是记录在元组 t 中该元素出现几次 t.index(123) 是找到该元素在元组 t 的索引 元组内置方法