+ 3
A dictionary in python only requires the the key value be immutable. This means that one dictionary could have a key thats a string, a key thats an int, and even possibly a key thats a tuple. This makes it hard to sort by the key value.
31st Jul 2018, 5:34 AM
JME