Answer:
True
Step-by-step explanation:
There are basically two ways to excecute Python. Either via the script mode or interactive mode.
Script mode is the situation where you saved your python file in .py and execute the file using python interpreter.
Interactive mode is the terminal mode or command line shell where the result to each statement is returned immediately to the user.