The key of a dictionary is a mutable data type.
1 Like
False
Reason — The key of a dictionary is an immutable data type.
Answered By
2 Likes
In dictionary, two unique keys can have the same values.
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.