MENU
CLOSE
NOTES
CONTACT
Source: 📖 Effective Python Item 15
Before Python 3.6 the dict type would not return in the same order in which the keys were input. From Python 3.6 onward, dict objects now return keys in the same order that they were input.
dict
keys