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
parent
9c18500cc4
commit
08c68d8fae
1 changed files with 7 additions and 1 deletions
@ -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…
Reference in new issue