Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

multiple select you already now about some collections. which of the fo…

Question

multiple select
you already now about some collections. which of the following is a type of collection in python? select 2 options.
deque
dataset
ordered set
group
list

Explanation:

Brief Explanations

In Python, deque (double - ended queue) from the collections module is a collection type. Also, list is a built - in collection type in Python for storing an ordered sequence of elements. dataset is not a built - in collection type in Python's core. ordered set is not a built - in collection type in Python's standard library (though there are third - party implementations). group is not a collection type in Python.

Answer:

A. deque
F. list