Chapter 01: Basic Python Programming

You can replace part of a string (a substring) with another substring using the replace method. This requires you to pass the string data you wish to replace and the string you wish to replace it with as arguments to the method. ................
................