KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

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

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

Getting Started

2 Likes

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.

Answered By

1 Like


Related Questions