import csv def read_csv(file_name='your_file.csv'): # use \\ instead of \ in filepath with open(file_name) as csv_file: file ...
確定! 回上一頁