Add dictionaries conten (#6365)

* Update dictionaries@bc9CL_HMT-R6nXO1eR-gP.md

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

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/6360/head^2
Atharva Warang 4 months ago committed by GitHub
parent 9c18500cc4
commit 08c68d8fae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/data/roadmaps/python/content/dictionaries@bc9CL_HMT-R6nXO1eR-gP.md

@ -1 +1,7 @@
# Dictionaries
# 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. Dictionaries are unordered collections, meaning the order of items is not guaranteed.
Learn more from the following resources:
- [@article@W3 Schools - Dictionaries](https://www.w3schools.com/python/python_dictionaries.asp)

Loading…
Cancel
Save