KnowledgeBoat Logo

Computer Science

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

Python Data Handling

3 Likes

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.

Answered By

3 Likes


Related Questions