Skip to content

Commit 21ed4a6

Browse files
authored
fix: update topic content
1 parent 68cf2c0 commit 21ed4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dictionaries
22

3-
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.
3+
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.
44

55
Learn more from the following resources:
66

0 commit comments

Comments
 (0)