Rewrite csv to another csv

后端 未结 0 1052
死守一世寂寞
死守一世寂寞 2021-02-06 07:07

I want simply rewrite one csv to another (empty) csv

    with open("original_file.csv", \'r\') as f1:
        original = f1.read()


    with open("         


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