Dictionary In Python
Namaste Coders!
In this article, we will discuss dictionaries in Python.
What is Dictionary?
Dictionary is defined in key and value format {key : value}. In Dictionary each key is separated from its value by a colon (:), the items are separated by ...
akshitagarg275.hashnode.dev4 min read