python學習系列---list,tuple,dict,set內置方法

1.  list的內置方法。app append()    ​    ​往列表尾部添加元素spa copy()    ​    ​    ​拷貝列表(淺拷貝)rem count()    ​    ​  判斷列表中某個元素出現的次數get extend()    ​    ​合併兩個列表或元組it index()    ​    ​   獲取元素位置io insert()    ​    ​   
相關文章
相關標籤/搜索