import csv with open('jamesbond.csv') as f: myCsv = csv.reader(f) headers ... 13.1. csv — CSV File Reading and Writing — Python v3.2.6 documentation
確定! 回上一頁