Question #92

Dictionaries are ordered.

Dictionaries are unordered: the order that the keys are added doesn't necessarily reflect what order they may be reported back, depending on Python version and its implementation. (pythonforbeginners.com/dictionary/how-to-use-dictionaries...)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵