+ 5
What is the difference between interactive mode and script mode in python??
In interactive mode ,instructions are given in front of python prompt (>>>)in python shell. Python carries out the given instruction and shows the result there itself. In script mode,Python instructions are storef in a file with .py extension and are executed together in one go as a unit.The saved instructions are known as python script or python program.
4 Antworten
+ 2
nice answer of your own
0
Nice answer
0
Vrey good and.
- 2
Nice but it's from book.... Need descriptive details