Writing into a file then open it in Python [duplicate]
This question already has answers here: IO.UnsupportedOperation: Not Writable (3 answers) Closed 31 mins ago. Recently, I was trying to write into a text file in Python to open it later, but my terminal dropped the message “not writable”. I guess it may be an UnsupportedOperation problem, but I couldn’t read anyathing in my terminal […]
Writing into a file then open it in Python [duplicate]
This question already has answers here: IO.UnsupportedOperation: Not Writable (3 answers) Closed 31 mins ago. Recently, I was trying to write into a text file in Python to open it later, but my terminal dropped the message “not writable”. I guess it may be an UnsupportedOperation problem, but I couldn’t read anyathing in my terminal […]