
Steve I. answered 08/16/20
Experience in both software and hardware
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).