1.

2. What is the difference between the interactive mode and the Script mode of Python?​

Answer»

The interactive mode involves running your codes DIRECTLY on the Python shell which can be accessed from the terminal of the operating system. In the script mode, you have to create a FILE, give it a NAME with a . py the EXTENSION then runs your code. The interactive mode is suitable when running a few lines of code.



Discussion

No Comment Found