What is the correct file extension for Python files?
Which keyword is used to define a function in Python?
What is the output of `print(2 + 2)`?
Which of the following is a valid comment in Python?
What data type is `True` in Python?
What is the purpose of the `print()` function?
Which operator is used for exponentiation in Python?
What does `len()` function do?
Which of these is a list in Python?
What will `type(5.0)` return?