File access related doubt in python

I am unable to access my file conf.py

Hello @2020.shruti.dalvi ,
This is because you may have used the sudo keyword while creating the file, and any file created with sudo command cannot be accessed without the sudo keyword.
Try using the command using the sudo keyword as sudo nano conf.py and you would be able to access your file.

1 Like

Hi @2020.shruti.dalvi,
Is the issue completely resolved?