Computer Science

A dictionary can contain keys of any valid Python types.

Python Dictionaries

1 Like

Answer

False

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

Answered By

3 Likes


Related Questions