Multiple choice technology programming languages

Which of the following languages does NOT require every line of code to be terminated with a semicolon?

  1. Java

  2. C++

  3. Python

  4. All of the above

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

Python uses line breaks instead of semicolons to terminate statements. Java and C++ require semicolons. Since Python doesn't require them, 'All of the above' is correct - not all languages need semicolons.