Do it in one pass by converting to a dictionary of lists which can then be copied to the file. test_list = [ {'item1':3, 'item2':3, 'item3':5}, {'item1':2, ...
確定! 回上一頁