QUESTION IMAGE
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
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. deque
F. list