Question: python beginner Write a program that asks the user to enter a filename and a single character and prints how many times the single character

python beginner
Write a program that asks the user to enter a filename and a single character and prints how many times the single character is contained in the file. It is possible that the character is not in file at all. Be sure to close the file after reading. Hint: copy the definition of the 'count_letter function from last week into your Python file and use 'count_letter in this program. nemen bert
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
