Question: please write in Python language Write, test and docu voweis replaced Assume that ment a Python program, in a file called Roplacevons.py, to solve the
Write, test and docu voweis replaced Assume that ment a Python program, in a file called Roplacevons.py, to solve the following problem using a nested loop For each given word, replace each vowel in the word with an asterisk. Your program should print the original word and the word with alil the the number of words to be processed is not known hence a sentinel value (maybe "zzz") should be used all the words given are in lowercase. For example, if the input is as follows: water organic queueing perfect (this will not actually be read In) The input prompts, input and output from the program would be as follows (input shown in blue): Please enter a word (zzz to exit)i water The original wond is: water The word without vowels is: wt Please enter another word (zzz to exit): organic The criginal word 1s: organic The word without vovels isR Please enter another word (2zz to exit): roof The original word is: roof The word without vowels is:*f please enter another word ?zzz to exit): queueing The original wond is: queueing The word without vowels is: qn Please enter another word (zzz to exit): you The original word is: you The word without vowels is: y" Please enter another word (zzz to exit): 222
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
