1. Which keyword is used to create a class in Python?
2. How do you import a module in Python?
3. Which method adds an item to a list?
4. Which statement is used to handle exceptions?
5. What is the output of len("hello")?
6. Which operator is used for floor division?
7. Which keyword is used to define an anonymous function?
8. What is the output of bool("")?
9. Which keyword is used to exit a loop?