Question: for every letter in the alphabet list: Create a variable to store the frequency of each letter in the string and assign it an initial
for every letter in the alphabet list:
Create a variable to store the frequency of each letter in the string and assign it an initial value of zero
for every letter in the given string:
if the letter in the string is the same as the letter in the alphabet list
increase the value of the frequency variable by one.
if the value of the frequency variable does not equal zero:
print the letter in the alphabet list followed by a colon and the value of the frequency variable
Step by Step Solution
There are 3 Steps involved in it
Below is a Python script that accomplishes this task python Create a variabl... View full answer
Get step-by-step solutions from verified subject matter experts
