Which of the following is an example of an interpreted programming language?
A
Python
B
C++
C
Java
D
C
Correct Answer: Option A — Python
Explanation:
Python is an interpreted programming language, meaning its code is executed line-by-line by an interpreter rather than being compiled before...
Python is an interpreted programming language, meaning its code is executed line-by-line by an interpreter rather than being compiled beforehand like C or C++.