Import & execution failure

Hello i am having two problems in the modules section of the complete python mastery course, can anyone help me?

First one is with executing the program in the terminal, i have tried re-installing both vscode and python (from microsoft store and python.org) but still can´t execute.

PS C:\Users\turbo\HelloWorld> python modules.py
C:\Users\turbo\AppData\Local\Programs\Python\Python39\python.exe: can’t open file ‘C:\Users\turbo\HelloWorld\modules.py’: [Errno 2] No such file or directory

The second problem, when i try to do an import, the following message appears, what can i do?

Thanks!

Hi @nicolas6

Solution for 1. Try python3 modules.py

Solution for 2. That particular package known as sales and trying to import calc_shipping, calc_tax
I think it was just an example by Mosh to teach and not a real package.

I might be wrong. But with a little bit of research you could find what you are looking for.