Informatics Practices
Python is an interpreted language, not a compiled language.
Getting Started
1 Like
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.
Answered By
2 Likes