CBSE Class 11 Computer Science Question 29 of 80

Getting Started with Python — Question 6

Back to all questions
6
Question

Question 6

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.