Ad
  • Custom User Avatar

    To be fair, I was working on this, and while it isn't "needed" I think the python doesn't guarantee what order keys are stored in. A dictionary uses hashing internally afterall! in my own solution I used reversed for a very similar purpose to this guy's sorted.