Q
Medium 1 Mark
Computer Studies Programming Fundamentals
Which of the following languages uses an interpreter?
Explanation
Python is an interpreted language that executes code line by line. C C++ and Go are compiled languages.
Reference: Computer Studies , Page 4
Hint
Python runs line by line without a separate compile step.