python_string_replace.py:
x
 
a = "Hello, World!"
print(a.replace("World", "Kitty"))