I have a dictionary: keys are strings, values are integers.
dic = {\'a\':10, \'b\':20, \'c\': 30}
To get the key with a higher value \'c\' as