可以使用Python 列表值來編寫csv 檔案。 ... pythonCopy import csv with open('students.csv', 'w', newline='') as student_file: writer ...
確定! 回上一頁