QUESTION IMAGE
Question
question # 4
multiple choice
which is immutable?
deque
list
tuple
dataset
Brief Explanations
In Python, a tuple is an immutable sequence type. Once created, its elements cannot be changed, added, or removed. Deques, lists, and datasets (which are often mutable collections or objects that can be modified) are mutable.
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
C. tuple