1. What is the primary purpose of Python's `if` statement?
2. Which of the following is a Python data type?
3. What is the output of `print(2 + 3 * 4)`?
4. In Python, which of the following is a mutable data type?
5. What is the purpose of Python's `elif` statement?
6. What is the purpose of the `range()` function in Python?
7. What is the correct way to comment out multiple lines in Python?
8. What is the output of `print("Hello" + "World")`?
9. Which of the following is the correct extension of the Python file?
10. Who developed Python Programming Language?