I have a dictionary: dict_1 = {\'ABCDEFG\': [\'AB\'], \'GFE\': [\'AB\']}
I want to sort the dictionary based on value ascending and based on key descending. I have wr