I have been trying to open my text file using python for the purpose of education and I'm getting this error even if I write the whole path
PermissionError: [Errno 13] Permission denied: 'test.txt'
file = open("test.txt")
I have been trying to open my text file using python for the purpose of education and I'm getting this error even if I write the whole path
PermissionError: [Errno 13] Permission denied: 'test.txt'
file = open("test.txt")