How do you convert a string to lowercase in Python?
What is the return type of the len() function in Python?
What is the purpose of the "return" statement in a function?
What is the purpose of the "elif" statement in Python?
Which of the following is used to import a module in Python?
How do you round a floating-point number to the nearest integer in Python?
What is the logical operator for "and" in Python?
What is the result of the expression 2 ** 3?
What does the "%" operator do in Python?
What is the purpose of the "if" statement in Python?