I am writing a CSV file, using the next code:
import csv with open("doubt.csv", "w") as outfile: csvfile = csv.writer(outfile) csvfil