order dict by kets code example Example: sort dictionary by key dictionary_items = a_dictionary.items() sorted_items = sorted(dictionary_items)