python列表元組詳細知識點總結

1、列表 1.列表 用len()函數能夠得到list元素的個數:web classmate = ['yy','wn','zs'] print(len(classmate)) 2.用索引來訪問list中每個位置的元素,記得索引是從0開始的, 當索引超出了範圍時,Python會報一個IndexError錯誤,因此,要確保索引不要越界,記得最後一個元素的索引是len(classmates) - 1 3.
相關文章
相關標籤/搜索