Question: Write a program ReplaceTester that encodes a string by replacing all letters i with ! and all letters s with $. Use the replace method.
Write a program ReplaceTester that encodes a string by replacing all letters "i" with
"!" and all letters "s" with "$". Use the replace method. Demonstrate that you can correctly encode the string "Mississippi". Print both the actual and expected result.
Step by Step Solution
3.32 Rating (149 Votes )
There are 3 Steps involved in it
Sure you can accomplish this by using the replace method in Python This method replaces a specific c... View full answer
Get step-by-step solutions from verified subject matter experts
