Answer
Python runs on Two Modes:
-Normal
-Interactive mode
Work Step by Step
Python runs on two basic modes: -normal - interactive.
The $normal$ $mode$ is the mode where the finished $.py$ files are run in the Python interpreter.
$Interactive$ $mode$ is a command line shell which gives feedback for each statement, while running the last fed statements in active memory.