Cannot find Python in Terminal window

Hello, I’m absolute new to Python and just practicing it. I cannot find Python input Terminal window when executing input. Anyone can help pls. Thanks

.

The correct command is python app.py (without the “$”).

2 Likes

I’ve been banging my head against the wall trying to find any sort of work-around, so all I needed to do is drop the “$”

Thanks @SAM

Try it by using your command prompt.
If you are a mac user try this “python3 app.py”