Sorting a dictionary with lists as values, according to an element from the list
I want to sort a dictionary of lists, by third item in each list. It’s easy enough sorting a dictionary by value when the value is just a single number or string, but this list thing has me baffled.