Learn Python #9 - Yeah Dictionary🐍
Today we are going to deep dive into the main data structure in Python known as Dictionary.
Not a dictionary of words
What is Dictionary?💡
In Python, a dictionary is a list of key-value pairs.
Ok, let's take an example.
Creating a Dictionary💡
dic...
nitinreddy3.hashnode.dev2 min read