Which of these is an example of an interpreted language?
A
C
B
C++
C
Java
D
Python
Correct Answer: Option D — Python
Explanation:
Python is an interpreted language because its code is executed line by line by an interpreter at runtime, rather than being fully compiled into machine code beforehand.