Tuples Flashcards
1
Q
Tuples are immutable or mutable?
A
Immutable
2
Q
t[1] = “A”
what will happen
A
error coz tuples are immutable you can change value but you can replace it with other tuples
Tuples are immutable or mutable?
Immutable
t[1] = “A”
what will happen
error coz tuples are immutable you can change value but you can replace it with other tuples