Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#development
Title
f
full-kilobyte-93429
03/22/2016, 12:18 AM
http://stackoverflow.com/questions/15479928/why-is-the-order-in-python-dictionaries-and-sets-arbitrary
the order is determined by 1) hash of keys 2) if hashes into the same slot, the order they are inserted into the dictionary
Post