QUESTION IMAGE
Question
question # 1
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
Brief Explanations
In Python, deque (double - ended queue) from the collections module is a collection type. list is also a fundamental collection type in Python for storing an ordered sequence of elements. There is no built - in dataset, ordered set (though there are third - party libraries for ordered sets), and group as collection types in the standard Python library.
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