Learn Before
Concept

Dictionaries can not Have Duplicate Keys

Every key in all the key value pairs witin a dictionary must be unique. Each key is an identifier for that key value pair so it can not be repeated. On the other hand, the values can be duplicated within a dictionary.

0

1

Updated 2021-02-02

Tags

Python Programming Language

Data Science