Python List

原創轉載請註明出處:http://agilestyle.iteye.com/blog/2327491   list是一種有序的集合,可以隨時添加和刪除其中的元素。 list.py classmates = ['Michael', 'Kobe', 'Kevin'] print(classmates) #['Michael', 'Kobe', 'Kevin'] print(len(classmate
相關文章
相關標籤/搜索