Computer Science Python 3 Write an algorithm for a program thatwill count and print out the number of times each letter in thephrase appears. For example, if the phrase is “bananarama” then theprogram would produce the following ouput:
a 5
b 1
m 1
n 2
r 1
Write the program please python 3.7
Expert Answer
An answer will be send to you shortly. . . . .