Skip to content

Commit 5beb15c

Browse files
authored
Merge pull request #380 from maxim-belkin/python-dict-fix1
01-short-introduction-to-Python.md: remove statement about order in Python dicts
2 parents a3288ca + ef3159a commit 5beb15c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

_episodes/01-short-introduction-to-Python.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -459,13 +459,6 @@ for key in rev.keys():
459459
>
460460
{: .challenge}
461461

462-
It is important to note that dictionaries are "unordered" and do not remember
463-
the sequence of their items (i.e. the order in which key:value pairs were
464-
added to the dictionary). Because of this, the order in which items are
465-
returned from loops over dictionaries might appear random and can even change
466-
with time.
467-
468-
469462

470463
## Functions
471464

0 commit comments

Comments
 (0)