Question: Write a function in python that when given a string replaces all the e's and i's All you need is replace ; but you'll need
Write a function in python that when given a string replaces all the e's and i's
All you need is replace ; but you'll need to use three, not two, replacements, using some
kind of rarely-typed placeholder character like ß .
Step by Step Solution
3.38 Rating (148 Votes )
There are 3 Steps involved in it
Answer Thefirst approachuses splitting of the given specified string into a set ... View full answer
Get step-by-step solutions from verified subject matter experts
