KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

In dictionary, two unique keys can have the same values.

Python Dictionaries

1 Like

Answer

True

Reason — In a dictionary, while each key must be unique, multiple keys can have the same value.

Answered By

1 Like


Related Questions