Question: Write in Python a function count _ letterthat takes a list of strings and a string letter as parameters and returns the number of times

Write in Python a function count_letterthat takes a list of strings and a string letter as parameters and returns the number of times this letter occurs, both upper- & lower-cased.
Example function call:
list =[HELLO,goodbye,1234 Oooh!]
print(count_letter(list,o))
Outputs: 6

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!