I am trying to add a new row to my old csv file. Basically, it gets updated each time I run the Python script.
Right now I am storing the old csv rows values in a list and then deleting the csv file and creating it again with the new list value.
Wanted to know are there any better ways of doing this.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…