Posts by Eviner Rayzeck Santos • 33 points
1 post
-
3
votes2
answers1193
viewsQ: Is there any way to overwrite a specific line of a text file using Python?
I would like to edit a specific line from a file, but the file write.() does not allow such manipulation. Being the Text: 1 "Ola" 2 "Como vai?" 3 "Tudo bem?" I’d like to edit only line 2: 1 "Ola" 2…
pythonasked Eviner Rayzeck Santos 33