Pyhton error message

Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

pls help
thank you

We probably need more info from you and a screenshot of what you typed and where would help a lot.

It sounds like you have installed Visual Studio Code on your Windows PC and have created a small python file which you want to test (called say app.py) by typing… python app.py …in the output terminal, and it’s here you are seeing that error message. If so, just type… python …on its own, and Windows will go ahead and install Python for you.

Once complete, you can try typing… python app.py …again, and all should be well.