Question: USING PYTHON Exercise 4: Write a function that takes two parameters, a single letter and a word. Use a loop to iterate through the word
USING PYTHON
Exercise 4: Write a function that takes two parameters, a single letter and a word. Use a loop to iterate through the word and count how many times the single letter appears in the word. Have the function return the value of the count. So if the letter being searched were 'n' and the word were 'banana', the function should return the value of 2, because there are two 'n' characters in 'banana'.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
