Question: write a python code to ask the user for five words by using a for loop and then count and display the number of lower
3. Write Python code to ask the user for five words by using a for loop, and then count and display the number of lowercase letter 'a' in all of the words. For example, if the user enters the following words, 'apple', 'banana', 'orange', 'peach', 'cherry, then your program should display 6 (one 'a' in 'apple', three 'a's in 'banana', one 'a' in 'orange', one 'a' in 'peach', zero 'a' in "cherry'). (30 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
