*PYTHON* User recursion to implement a function defindexOf(text, string) that returns the startingposition of the first substring of text that matches string. Return-1 if string is not substring of the text. Foe example,s.indexOf(“Mississippi”, “sip”) returns 6; s.indexOf(“Alabama”,“sip”) returns -1
Expert Answer
A solution will be send to your mail shortly . . . .