Multiple choice

what kind of language is Python NOT?

  1. interpreted

  2. 3rd generation

  3. 4th generation

  4. compiled

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Python is an interpreted language, not a compiled one (like C++).