Question: Please use python 3.7.2 for language Please comment for each line of code Please use good naming 5.39 Write function exclamation that takes as input
5.39 Write function exclamation that takes as input a string and returns it with this modification: Every vowel is replaced by four consecutive copies of itself and an exclama- tion mark (!) is added at the end. >>exclamation('argh) 'aaaargh!' >>> exclamation('hello') heeeellooo0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
