Exercise 3: The Most Frequent Letters
Discover the most frequently used letters in a text.
We'll cover the following...
Problem statement
Given text as a string, use the Counter
class to find and report the three ...
Discover the most frequently used letters in a text.
Given text as a string, use the Counter
class to find and report the three ...