SyntaxFix
Write A Post
Hire A Developer
Questions
You have to add attribute newline="\n" to open function like this:
with open('file.csv','w',newline="\n") as out: csv_out = csv.writer(out, delimiter =';')