Skip to content

Commit

Permalink
Note Python dictionary is ordered
Browse files Browse the repository at this point in the history
Python dictionaries are ordered.
  • Loading branch information
maneesha authored Feb 21, 2024
1 parent e4826ed commit ead0da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learners/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ the values it can take, the programming language in use and the operations
that can be performed on it.

[dictionary]{#dictionary}
: is an unordered Python data structure designed to contain key-value pairs, where both
: is a Python data structure designed to contain key-value pairs, where both
the key and the value can be integers, floats or strings. Elements of a dictionary
can be accessed by their key and can be modified.

Expand Down

0 comments on commit ead0da6

Please sign in to comment.