Solve problem "Replace the substring" online - Learn Python 3 - Snakify

Replace the substring


Statement

Given a string. Replace in this string all the numbers 1 by the word one.

In all the problems input the data using input() and print the result using print().

# Read an integer:
# a = int(input())
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Input:
1+1=2
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Output:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Saved solutions

Tests

InputCorrect answer
1+1=2
one+one=2
Hello, 2345678990
Hello, 2345678990
1
one
1111111111111111111111111111111111
oneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneoneone
1213141516171819101
one2one3one4one5one6one7one8one9one0one