If we execute Python code using prompt ">>>" then we call it an interactive interpreter.
Python Data Handling
1 Like
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.