#Method about Replace#

ainfo = "I love Python!"
replycontent = ainfo.replace('Python','php')
print (replycontent);