Python memesan terbalik

reverse_dict = collections.OrderedDict(sorted(tempdict.items(), reverse=True)) # Set reverse=True
Powerful Penguin