CBSE Class 11 Informatics Practices Question 45 of 62

Getting Started with Python — Question 13

Back to all questions
13
Question

Question 13

What is the difference between Script mode and Interactive mode in Python?

Answer

In script mode, we write a Python program in a file and execute it to display the output and in interactive mode, we use the Python prompt '>>>' to start typing commands and see immediate output.