The replace() method returns a copy of the string where all occurrences ... print(mystr.replace('good','food')) # can't find 'good' mystr = 'Good Morning!
確定! 回上一頁