Quiz on Data Types Welcome to your Quiz on Data Types 1. What data type is used to represent whole numbers in Python? Integer Float String Boolean 2. Which of the following is NOT a valid data type in Python? Tuple List Dictionary Array 3. Which data type is mutable in Python? Tuple String List Integer 4. What is the result of the expression type(3.14)? int float str bool 5. Which data type is used to represent a collection of elements with unique values in Python? List Tuple Set Dictionary 6. What function is used to convert a string to an integer in Python? int() float() str() list() 7. What data type is used to represent a sequence of characters in Python? Integer Float String Boolean 8. Which data type is used to represent a mapping of keys to values in Python? Tuple List Set Dictionary 9. What is the result of the expression type(True)? int float str bool 10. Which function is used to check the data type of a variable in Python? typeof() type() dtype() datatype() 1 out of 10 Please fill in the comment box below. Time's up