There exists a dictionary.
my_dict = {'alpha':{'a':1, 'b':2, 'c':3}}
How to return a single list with one key inside which refers to the greatest value. If there are multiple occurrences of the greatest value then return a list with keys of similar value.