Letter counts using dictionaries:
Remember to consider spaces as a special case.
(a) Write a function that takes as input a string and returns the most common letter in the string.
(b) Write a function that takes as input a string and returns a dictionary of letter counts.
(c) Write a function that takes as input a string and prints a histogram of letter counts. A histogram can be done with matplotlib or using different length strings of characters.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.