Chapter 10: Problem 2
Which part of a dictionary element must be immutable?
Short Answer
Expert verified
Answer: The key part of a dictionary element must be immutable because it is used as a unique identifier for the associated value and is involved in hashing to enable quick value lookups. If the key were mutable, its hash value could change, making it difficult to find the associated value in the dictionary.