Working in script mode! Flashcards
1
Q
Why is interactive mode preferred for small programs?
A
Interactive mode is preferred for small programs, where only as few command are to be executed as the output is in between statements and may cause confusion while writing lengthy programs.
2
Q
What is script mode used for?
A
Script mode is used for writing lengthy programs. Using this mode, we can create and edit Python programs and save our file so it can be used later.
3
Q
What is the complete script written in?
A
The complete script is written in an editor, such as Notepad on Windows.