Windows User - New to Python

My very first Hello World code is not working

Please Help!

I saved my folder as “Hello”

In order to change your directory in powershell you can use the Set-Location command.
you can use a path, for example: Set-Location -Path “C:\G-Drive”
Once you changed your terminal’s directory to the Hello folder, run your App.py using
Python App.py

Thanks for the prompt response, this is what I’m getting now

1 Like

I got it to work now, I just right clicked on the file under the explorer pane and selected “Run current file in interactive window” it noted that certain plugins were missing, after it installed them BOOM it works, I’m all good now. Thanks for your input!:raised_hands::+1:

1 Like

I’m glad your problem’s solved.

Happy coding :wink: