Error in first basic program

I am beginner in python and start my first program , i follow each step as shown in vedio still came across error .please anyone can help to solve this…thank u in advance.

Don’t type the $. It’s part of Mosh’s prompt not of the command. And since you’re on Windows the interpreter is python not python3.

1 Like

Thank you so much my problem solved…

Can bring up since you are in windows. Probably you can write just
py app.py
instead of
python app.py

1 Like

Yup, it is working too…thank u so much…