Answer
python filename.py
Work Step by Step
Let's say the file name is 'filename' with the extension .py (since it's a python file).
The 'python' part of the syntax calls the python application. Then, it tells it to execute the file filename.py.