python學習筆記---元組

元組屬於python序列中的一種,與列表相似,區別在於它屬於不可變對象,定義元組時使用小括號()。python

1,定義元組app

image.png

二、元組一樣支持索引和切片操做ide

image.png

三、支持內置函數min()/max()/sum()操做函數

image.png

四、元組的基本方法spa

    t.index(value):返回值爲value的元素的索引
對象

image.png

    t.count(value):返回值爲value的元素的個數
blog

image.png五、元組支持嵌套索引

image.png

相關文章
相關標籤/搜索