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
In dictionary, two unique keys can have the same values.
1 Like
True
Reason — In a dictionary, while each key must be unique, multiple keys can have the same value.
Answered By
1 Like