csv writer not closing file

后端 未结 5 1175
小蘑菇
小蘑菇 2020-12-05 23:36

im reading a csv file and then writing a new one:

import csv

with open(\'thefile.csv\', \'rb\') as f:
  data = list(csv.reader(f))

import collections
count         


        
5条回答
提交回复
热议问题