Question: Write a Python program that asks the user to enter a phrase. The program should also ask the user for a letter to count. The
Write a Python program that asks the user to enter a phrase. The program should also ask the user for a letter to count. The program should return the number of times in the phrase that the letter occurs. For example, if the user enters: "Have a nice day" and wants to count "a". The program should return, 3.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
