Why are tuples called immutable types?
8 Likes
Tuples are called immutable types because we cannot change elements of a tuple in place.
Answered By
5 Likes
What are mutable counterparts of tuple?
What are different ways of creating a tuple?
What values can we have in a tuple? Do they all have to be the same type*?
How are individual elements of tuples accessed?