mazen_file=open(r"C:\Users\uscs\Desktop\mazen" )
mazen_file.write("gamed nek")
mazen_file.close()
i got the following error
Traceback (most recent call last):
File "C:\Users\uscs\PycharmProjects\pythonProject\حديد المصرين.py", line 2, in <module>
mazen_file.write("gamed nek")
io.UnsupportedOperation: not writable
I tried to write in the file but I could not