Import the csv module import csv # Use Python's built-in open function which opens file objects with open('names.csv') as csv_file:
確定! 回上一頁