Computer Science

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.

Python Dictionaries

3 Likes

Answer

False

Answered By

3 Likes


Related Questions