Tuple is a list of ordered items
which cannot be ______?
a Changed
b Interchanged
c Denote
Answers
Answered by
1
Answer:
a)changed is your answer
Explanation:
Proof--Tuples are very similar to lists, but tuples are immutable. This means after they are created you can't change them. ... You can also create a tuple from a list.
Answered by
0
Tuples are immutable i.e the value cannot be changed. So, Option D is correct.
Similar questions