Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

a tuple is immutable. what does that mean? a tuple can be moved after i…

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.

Explanation:

Brief Explanations

The term "immutable" in programming means unchangeable. Once a tuple is created, its elements cannot be modified, replaced, or removed.

Answer:

A tuple cannot be changed once it is created.