Skip to content

Tag: write

Why can’t I write to a text file? Python 3.10

I tried ‘r+’ and ‘w+’ but couldn’t write. I’m not getting any errors. what could be wrong? I had changed the position WITH but nothing changed. I want to write the STRING of the ARTICLE TITLE in a text file. I can write to csv. The error I am seeing now is this. UnicodeEnco…