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. A is replaced by E,E by I etc.
c. Replace all occurrences of S or s with $
d. Replace all numbers 1-4 with double the number
Example:
password1234 would become Pe$$wurd2468
 Write a python program which asks for a string of data.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!