Inactive Tutor answered 08/16/20
There are two modes in python. Script mode and interactive mode. Putting code into a file and running that file is called script mode. The other mode is called interactive mode and that's when you are typing commands in the python shell and receiving answers back immediately (interactively).