The key of a dictionary is a mutable data type.
6 Likes
False
Reason — The key of a dictionary is an immutable data type.
Answered By
1 Like
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.