Home »
MCQs »
Python MCQs
list, tuple, and range are the ___ of Data Types
5. list, tuple, and range are the ___ of Data Types.
- Sequence Types
- Binary Types
- Boolean Types
- None of the mentioned above
Answer: A) Sequence Types
Explanation:
The sequence Types of Data Types are the list, the tuple, and the range. In order to store multiple values in an organized and efficient manner, we use the concept of sequences. There are several types of sequences, including strings, Unicode strings, lists, tuples, bytearrays, and range objects. Strings and Unicode strings are the most common. Dictionary and set data structures are used to store non-sequential information.