What is the purpose of the Python interpreter?
A. To write Python code
B. To compile Python code
C. To execute Python code
D. To debug Python code
The Python interpreter is used to execute Python code, translating it into machine-readable bytecode and executing it.