for key in sorted(my_dict, key=my_dict.get):

    print('{} : {}'.format(key, my_dict[key]))