Question: Write a function, named display_count_dict, that when given a my_count dictionary, representing a key with its value being a count, displays the dictionary with key
Write a function, named display_count_dict, that when given a my_count dictionary, representing a key with its value being a count, displays the dictionary with key and count so that the key having the highest count is displayed, first. Sample:my_counts{"A":3, "D":3, "B": 7, "E": 2, "C"10}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
