This quiz will test your understanding of the first four lessons: Introduction to Python, Variables, Strings & Numbers, and User Input.
1. Which keyword is used to define a function in Python?
2. What symbol is used for comments in Python?
3. Which data type represents numbers with decimals?
4. What does the `input()` function return?
5. What is the result of 3 ** 2?