QUESTION IMAGE
Question
a tuple is immutable. what does that mean?
a tuple can be moved after it is created.
a tuple cannot be changed once it is created.
a tuple cannot be moved once it is created.
a tuple can be changed after it is created.
Brief Explanations
The term "immutable" in programming means unchangeable. Once a tuple is created, its elements cannot be modified, replaced, or removed.
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 tuple cannot be changed once it is created.