Question: Use Python write a function that removes all occurrences of a given letter from a string: For example: remove_letter(a, apple) will return pple.
Use Python write a function that removes all occurrences of a given letter from a string: For example: remove_letter("a", "apple") will return "pple".
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
