View Code of Problem 55

s=input()
n=input()
print(s.replace(n,''))

Double click to view unformatted code.


Back to problem 55