Given a string. Replace in this string all the numbers 1 by the word one. code example Example: python replace string string.replace(old, new, count)