Question: Help python Write a python class that have the following methods: 1. Myswap to change the letter case in a string. 2. Myreplace to replace
Write a python class that have the following methods: 1. Myswap to change the letter case in a string. 2. Myreplace to replace a string with another string. Note: Don not use any ready function such as swapcase or upper or lower or replace methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
