Python3: writing csv files

Documentation says that you should use open('eggs.csv', 'w', newline="")

http://docs.python.org/py3k/library/csv.html#id2

Leave a Comment