To run Python scripts with the python command, you need to open a command-line and type in the word python , or python3 if you have both versions, followed by the path to your script , just like this: $ python3 hello.py Hello World!
Read moreWhat language is Python written in?
Python is written in C (actually the default implementation is called CPython).
Read more