Answered step by step
Verified Expert Solution
Question
1 Approved Answer
python question 4. Function Two: countLetter Specification The second function you will write should be called countLetter'. Your function should take two (2) arguments. The
python question
4. Function Two: countLetter Specification The second function you will write should be called countLetter'. Your function should take two (2) arguments. The first will be a string. The second will be a single character. The function should return one (1) integer: the number of times the character occurs in the string. Iesting: Create your own test cases. Think about what the edge cases are (e.g., what if the character is not in the string?)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started