Posts by washington luis • 1 point
2 posts
-
-1
votes2
answers1164
viewsA: Save data to a csv file
I managed to resolve added file.writelines(";".join([camp1,camp2,camp3]))
pythonanswered washington luis 1 -
-3
votes2
answers1164
viewsQ: Save data to a csv file
I’m trying to save data to a csv file from fields: def inserir(): camp1 = str(ed1.get()) camp2 = str(ed2.get()) camp3 = str(ed3.get()) with open("contatos.csv","w") as _file:…
pythonasked washington luis 1