

InterviewSolution
Saved Bookmarks
1. |
Advantages of interactive mode |
Answer» The interactive mode is one of the modes in the Python. The other mode is the script.Advantage1: Interactive mode is a command line shell which gives immediate feedback for each statement. Subsequently, while running previously fed statements in the active part of the memory.2- Interactive mode is a good way to play around and try variations on syntax.\xa0 | |