writerow (['Frank', 'Corso']) # Write our row of data. Each item in the list given to writerow() will be in a different column within the CSV.
確定! 回上一頁