Question: Write a python function finder that takes in a string and a list of characters (this parameter is all lower case characters). The function returns
Write a python function finder that takes in a string and a list of characters (this parameter is all lower case characters). The function returns a list of indexes of where the characters in the list appear in the string. This function is NOT case sensitive. You can assume the list of characters parameter only contains lowercase values. Include try and except.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
