python中append和extend

append VS extend list1.append(list2) 向列表1中添加一個列表對象 list1.extend(list2) 把列表2的內容添加到列表1中 但是extend不能傳入int型 例1: 將列表展開:
相關文章
相關標籤/搜索