CBSE Class 11 Informatics Practices Question 26 of 62

Getting Started with Python — Question 7

Back to all questions
7
Question

Question 7

Python is a/an ............... language.

  1. Compiled
  2. Interpreted
  3. Compiled & Interpreted
  4. None of these
Answer

Interpreted

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.