CBSE Class 12 Computer Science Question 118 of 120

Review of Python Basics — Question 13

Back to all questions
13
Question

Question 13

The keys of a dictionary must be of immutable types.

Answer

True

Reason — Dictionaries are indexed by keys. Hence its keys must be of any non-mutable type.