Question
What is the primary role of the Python interpreter?
Select an option. Your answer will be checked instantly.
Correct Answer: A. It translates and executes Python instructions
Explanation:
The Python interpreter reads Python code and carries out the specified operations. It enables interactive execution as well as running complete scripts.
Leave a Reply