# 'write' mode is intended to fill the new CSV file (i.e. blank file) with data. If you use 'w' mode on a CSV file that contains some data, its contents will be overwritten. # you can use csv.writer ...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.