A tuple is a mutable data type.
1 Like
False
Reason — A tuple is an immutable data type. Once a tuple is created, we cannot add, change or update its elements.
Answered By
A tuple can be used as the key in a dictionary if it contains immutable elements.
clear() is used to delete a dictionary.
List can be used as keys in a dictionary.
Updating an element in a dictionary at runtime is possible.