The replace() method replaces each substring of a string that matches the given string. Write a program that replaces the standalone "dog" in the following sentence with "cat". Use f-string when ...