Source Code:
(back to article)
str1 = "Hello, World!" print(str1.replace("World", "Python")) # Output: Hello, Python!
Result:
Report an issue