classificar dicados com base em outra lista

orted_dict = dict()
sorted_list = list((i, unsorted_dict.get(i)) for i in ordination
Impossible Iguana