CBSE Class 12 Computer Science Question 51 of 105

Python Revision Tour II — Question 12

Back to all questions
12
Question

Question 12

A dictionary can contain keys of any valid Python types.

Answer

False

Reason — The keys of a dictionary must be of immutable types.