The reader() method splits each row on a specified delimiter and returns the list of strings. import csv with open('myfile.csv') as f: reader = ...
確定! 回上一頁