CBSE Class 11 Informatics Practices Question 59 of 62

Getting Started with Python — Question 7

Back to all questions
7
Question

Question 7

Python is an interpreted language, not a compiled language.

Answer

True

Reason — Python is an interpreted language, not a compiled 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.