Python列表常見操作

1.添加元素 (1)append (2)extend (3)insert 2.修改元素 3.查找元素 (1)in,not in (2)index list.index(element,start=0,end=len(list))----參考字符串中index的使用 (3)count list.count(element,start=0,end=len(list)) 4.刪除元素 (1)del:根據
相關文章
相關標籤/搜索