import csv file = list(csv.reader(open(“Stars.csv”))) tmp = [] for row in file: tmp.append(row) A .csv file cannot be altered, only added to.
確定! 回上一頁