Question: Write a python program which asks for a string of data. It will code the data by substituting some of the characters. Make it as
Write a python program which asks for a string of data. It will code the data by substituting some of the characters. Make it as complicated as possible! Here are some ideas:
a Make the first character uppercase
b Replace vowels with the next one. is replaced by by I etc.
c Replace all occurrences of or with $
d Replace all numbers with double the number
Example:
password would become Pe$$wurd
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
