Question: 3. (25 points) Write a function finder that takes two string parameters, needle and haystack. Your function should find the last occurrence of needle in

3. (25 points) Write a function finder that takes two string parameters, needle and haystack. Your function should find the last occurrence of needle in haystack and return its position. If needle does not occur in haystack, your function should return -1. Please include a signature at the top of your function. Before submitting your work verify that your function works correctly by testing it in Python's interactive mode with the following inputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
