All problems
EasyStrings
Replace substring
Replace every "cat" with "dog" in a sentence.
- #replace
Sample input
"the cat sat with the cat"
Sample output
the dog sat with the dog
replace-substr.py
Output
Press "Run code" to execute.
Loading…
Replace every "cat" with "dog" in a sentence.
"the cat sat with the cat"
the dog sat with the dog
Press "Run code" to execute.