Verifying I installed Python correctly

Jack Dangler tdldev at gmail.com
Mon Apr 25 16:11:39 EDT 2022


On 4/24/22 13:59, Greg wrote:
> I am trying to get Hello World to appear under my directory. The files of
>
> *C:\Users\gd752>cd C:\google-python-exercises> python hello.py*
> *The system cannot find the path specified.*
>
> *C:\Users\gd752>cd C:\google-python-exercises>*
> *The syntax of the command is incorrect.*
>
> I installed version 3.10. I am stuck and could use some help.
> Thx,
>
>
> [image: directory pic.png]

Have you tried

python3 hello.py



More information about the Python-list mailing list