Write a function LetterCount() in Python, which should read each character of a text file Notes.TXT, should count and display the occurrence of alphabets i and y (including small and capital cases).
Example:
If the file content is as follows:
Living a life you can be proud of
I do my best and all of you are doing your best
The LetterCount() function should display the
output as:
i or I: 5 y or Y: 4
Answers
Answered by
0
Answer:
rgaouy v rgyarigfybsugib 8yrg gr
Explanation:
Similar questions