Python Quiz - Level 1

1. Which function is used to display output in python?

2. How do you write a comment in Python?

3. Which data type is used to store text?

4. How do you create a list in python?

5. What is the correct way to define a function?

6. Which operator is used for exponentiation?

7. What is the boolean value for true in Python?

8. Which keyword is used to start a loop?

9. How do you check equality between two values?