What is the difference between interactive mode and script mode in Python?
Python > Fundamentals of Python > Important Points about Python
1071
Answer:
In interactive mode, instructions are given in front of Python prompt (>>>) in Python Shell. Python carries out the given instructions and shows the result there itself. In script mode, Python instructions are stored in a file, generally with .py extension, and executed together in one go as a unit. The saved instructions are known as Python script or Python program.
This Particular section is dedicated to Question & Answer only. If you want learn more about Python. Then you can visit below links to get more depth on this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.