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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!