Computer Science
A tuple is a mutable data type.
Python Tuples
2 Likes
Answer
False
Reason — A tuple is an immutable data type. Once a tuple is created, we cannot add, change or update its elements.
Answered By
1 Like
A tuple is a mutable data type.
2 Likes
False
Reason — A tuple is an immutable data type. Once a tuple is created, we cannot add, change or update its elements.
Answered By
1 Like