Question: pls help with 1 a. Write a function named hasFinal Letter that takes two parameters 1. strlist, a list of non-empty strings 2. Letters, a

pls help with 1
a. Write a function named hasFinal Letter that takes two parameters 1. strlist, a list of non-empty strings 2. Letters, a string of upper and/or lower case letters The function hasFinalLetter should create and return a list of all the strings in strlist that end with a letter in Letters. b. Create three test cases, each consisting of a list of non-empty strings and a string of upper and/or lower case letters, for your function in Problem 1a. One of these tests should return the empty list. For each test case write two assigitment statements and a function call that pass the test arguments to your function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
