fix: update topic content

pull/8095/head
cepjant 1 month ago committed by GitHub
parent 68cf2c00c6
commit 21ed4a647f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/python/content/dictionaries@bc9CL_HMT-R6nXO1eR-gP.md

@ -1,6 +1,6 @@
# 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:

Loading…
Cancel
Save