Why we use script mode for python programming while we have the interactive mode.
Answers
Answered by
3
python has two basic modes: script and interactive.The normal mode is the mode where the scripted finished py files are run in the python interpreter. interactive mode is a command line shell which gives immediate feedback for each statement,while running previously fed statements in active memory.
taimurwazir80:
sis ye ans sahi hain?
Answered by
0
There are two different modes in python:-
1) Interactive Mode- When we check the statement line by line this mode is called interactive mode.
2) Script Mode- When we check the statement paragraph by paragraph this mode is called script mode.
HOPE THIS HELPS YOU.
Similar questions