Question 1: Who created Python and in which year was it first released?
Correct answer: b) Guido van Rossum, 1991
Explanation: Python was created by Guido van Rossum and first released in 1991.
Question 2: Which of the following is NOT a feature of Python?
Correct answer: b) Strongly typed language
Explanation: Python is a dynamically typed language, meaning that the type of a variable is determined at runtime.