mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-31 05:07:41 +01:00
fix: update topic content
This commit is contained in:
parent
68cf2c00c6
commit
21ed4a647f
@ -1,6 +1,6 @@
|
|||||||
# 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.
|
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.
|
||||||
|
|
||||||
Learn more from the following resources:
|
Learn more from the following resources:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user