Question: msg- input('Enter a word: msg1- msg.replace'e) Write a program that asks the user word and prints the word with the lowercase letter 'a' replaced by

msg- input('Enter a word: msg1- msg.replace'e) Write a program that asks the user word and prints the word with the lowercase letter 'a' replaced by the'@' symbol, and the lowercasemsg1 letter 'o' replaced by a zero 'O: Your program should work like this: msg.replace('a', ' print (msg1) Enter a word: Password P@sswOrd If the word doesn't contain a lowercase 'a' or o' you should print it as normal Enter a word: User User
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
