Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

knowledge is the essential supply chain success true or false

Answered: 1 week ago