21) using python write a function that removes all occurrencesof a given letter from a string: For
example: remove_letter(“a”, “apple”) will return “pple”.
22) using python write a function that counts how many times asubstring occurs in a string:For
example: count(“is”, “Mississippi”) will return 2.
Expert Answer
An answer will be send to you shortly. . . . .