col2 = [col[0] for col in listt] 類型操作的解釋

 對於列表的一些理解: 主要是二維數組那裏   list = [10086,'d',[1,2,3]] print(len(list)) print(list) print(list.pop()) print(len(list)) print(list) listt = [[1,2,3], [4,5,6], [7,8,9]] print(listt) print(
相關文章
相關標籤/搜索