from csv import reader. # skip first line i.e. read header first and then iterate over each row od csv as a list. with open('students.csv', ...
確定! 回上一頁