CBSE Class 11 Informatics Practices
Question 26 of 62
Getting Started with Python — Question 7
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.