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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!