1
Question Question 1
Why are tuples called immutable types?
Tuples are called immutable types because we cannot change elements of a tuple in place.
Why are tuples called immutable types?
Tuples are called immutable types because we cannot change elements of a tuple in place.