字符串替换

str1=input()
str2=input()
a=input()
b=a.replace(str1,str2)
print(b)

 

posted @ 2020-04-14 22:05  林晓婷  阅读(219)  评论(0)    收藏  举报