CBSE Class 11 Computer Science
Question 29 of 80
Getting Started with Python — Question 6
Back to all questionsInterpreted
Reason — Python is an interpreted language. This means that Python code is executed line by line at runtime by an interpreter, without the need for a separate compilation step to machine code.