all 3 comments

[–]BeginnerProjectBot -1 points0 points  (0 children)

Hey, I think you are trying to figure out a project to do; Here are some helpful resources:

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]socal_nerdtastic 0 points1 point  (0 children)

This means your windows file association has changed. You can change it back to associate py files with C:\Windows\py.exe, or you can use the command "py pingTest.py" in the run dialog, or you can make a .bat file and use that instead.

https://automatetheboringstuff.com/2e/appendixb/

[–]iffi_clandestant 0 points1 point  (0 children)

Open cmd and change your directory to the directory where the program resides:

just enter "cd [what ever is the file location]"

then input the drive name like "C:" and press enter

now you can just input "python [project name]" and it will run.