Computer Science, asked by taimurwazir80, 1 year ago

Why we use script mode for python programming while we have the interactive mode.

Answers

Answered by sadaf29
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?
sadaf29: yes
taimurwazir80: zsis
taimurwazir80: sis ak bat suno
sadaf29: yes
sadaf29: bolo
Answered by monupawar85
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