Difference between interactive mode and script mode in python
Answers
Answered by
16
Answer:
The basic differences between these two modes are as follows: Interactive mode is used when an user wants to run one single line or one block of code. It runs very quickly and gives the output instantly. Script Mode, on the other hand , is used when the user is working with more than one single code or a block of code.
Answered by
17
Answer:
Explanation:
The basic differences between these two modes are as follows:
Interactive mode is used when an user wants to run one single line or one block of code.
Script Mode, on the other hand , is used when the user is working with more than one single code or a block of code.
Similar questions