Computer Science
State whether the following statement is True or False :
A dictionary can have duplicate keys.
Python Dictionaries
2 Likes
Answer
False
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
In Python, a dictionary can have two same values with different keys.
State whether the following statement is True or False :
Dictionaries are unordered set of elements.
State whether the following statement is True or False :
In Python, a dictionary can have two same keys or same values but cannot have two same key-value pair.
State whether the following statement is True or False :
In Python, a dictionary can neither have two same keys nor two same values.