Remove a blank line when I use writerow with CSV files

后端 未结 0 618
猫巷女王i
猫巷女王i 2021-02-04 02:09

I am writing a CSV file, using the next code:

import csv

with open("doubt.csv", "w") as outfile:
    csvfile = csv.writer(outfile)
    csvfil         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题