my first time posting here, so hope I\'ve asked my question in the right sort of way,
After adding an element to a Python dictionary, is it possible to get Python to
If your keys are guaranteed to be unique integers, and since Python uses hash() on the keys, then you should be guaranteed not to have any collisions.
hash()