Back to Developer Roadmap

Dictionaries

src/data/roadmaps/python/content/dictionaries@bc9CL_HMT-R6nXO1eR-gP.md

4.0602 B
Original Source

Dictionaries

In Python, a dictionary is a built-in data type that allows you to store key-value pairs. Each key in the dictionary is unique, and each key is associated with a value. Starting from Python 3.7, dictionaries maintain the order of items as they were added.

Visit the following resources to learn more: