CBSE Class 12 Computer Science
Question 116 of 120
Review of Python Basics — Question 11
Back to all questionsTrue
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.