CBSE Class 11 Informatics Practices
Question 43 of 62
Getting Started with Python — Question 11
Back to all questionsInteractive mode is useful for testing code. We can type the commands one by one and get the result of error immediately for each command. Disadvantages of Interactive mode are that it does not save commands in form of a program and also output is sandwiched between commands.