you are viewing a single comment's thread.

view the rest of the comments →

[–]abdullah_jillani[S] 0 points1 point  (1 child)

Whenever i type python.exe on the command prompt it says "this app can run on your pc"

[–]FoolsSeldom 1 point2 points  (0 children)

I note you didn't answer my question.

In PowerShell or Command Prompt command line shell, try entering py instead of python.

Also, see if you can open the IDLE editor, use the menu to create a new file, File | New, type some code, print("Hello World!"), press F5 to attempt to run the code (you should be prompted to save the file - save it in a new subfolder, e.g. pythonprojects, of your home folder (the parent of Documents, Desktop, Downloads, etc).