Quiz on Python Data Types



1. What is a mutable data type in Python?
2. Which of the following is not a built-in data type in Python?
3. What data type is used to represent text in Python?
4. Which data type is used to store multiple items in a single variable?
5. What will be the output of 'type([])' in Python?

Advertisements