CSV File🎬

📝View PDF Notes

CSV File: import csv module, open / close csv file, write into a csv file using csv.writerow() and read from a csv file using csv.reader( )