Tuples Flashcards

1
Q

Tuples are immutable or mutable?

A

Immutable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly