Informatics Practices
In dictionary, two unique keys can have the same values.
Python Dictionaries
2 Likes
Answer
True
Reason — In a dictionary, while each key must be unique, multiple keys can have the same value.
Answered By
2 Likes
In dictionary, two unique keys can have the same values.
2 Likes
True
Reason — In a dictionary, while each key must be unique, multiple keys can have the same value.
Answered By
2 Likes