What is Dictionary in python || Easy way to understand Dictionary

What is Dictionary in python A Dictionary in python is a key-value pair, similar to a List. But A dictionary consists of key-value pairs, Each key maps to its associate value. In other words, A Dictionary is the same as…









