Create a function named count that accepts a string


Problem

Create a function named count that accepts a string and a letter as arguments, then returns the count of that letter in the string. For example, if the function call was count("banana", "a") it would return 3.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Create a function named count that accepts a string
Reference No:- TGS03249186

Expected delivery within 24 Hours