I'm using Mac OS Big Sur and Python IDLE 3.8.3
I started studying python recently so I don't know well about python
While studying about the library, I'm trying to learn sys
I m following the below steps -
So I programed python file name
myargv
on /Users/doit
folderAnd I go to terminal tab and I entered
/Users/doit python3 myargv.py
But I m facing the below error -
zsh:permission denied: /Users/doit
What can I do to solve this problem?