#Method about Replace#
ainfo = "I love Python!"
replycontent = ainfo.replace(‘Python‘,‘php‘)
print (replycontent);
时间: 2024-11-19 11:54:13
#Method about Replace#
ainfo = "I love Python!"
replycontent = ainfo.replace(‘Python‘,‘php‘)
print (replycontent);