Io. Unsupported operation: not writable exception resolution

Today, when doing the python language sense exercise, I reported the following exception:

this is the red exception
io. Unsupported operation: not writable

Write permission is not supported. After a careful inspection, I found that I forgot to set the permissions when I opened the file for the first time, so after I added it, the program ran successfully

This article is shared in the blog “Alice bacteria” (CSDN).

Similar Posts: