CBSE Class 12 Computer Science Question 116 of 120

Review of Python Basics — Question 11

Back to all questions
11
Question

Question 11

If we execute Python code using prompt ">>>" then we call it an interactive interpreter.

Answer

True

Reason — When executing Python code using the prompt ">>>", it indicates direct interaction with the Python interpreter in real-time. In this mode, we can enter Python statements one at a time, and the interpreter will execute them immediately and show the results.