MIT 6.001X 2016 (5) tuples and lists 元組和列表

tuples: 1. an  ordered sequence of elements, 元素的類型可以是任何類型 而且還可以混合元素的類型 2. immutable 不可變的   不可以改變裏面的元素的值  跟strings 一樣 3. creat a tuple:                             t = ()  空元組                          
相關文章
相關標籤/搜索