replace b with c replaced_text = text.replace('b', 'c') ... The replace() method returns a copy of the string where the old substring is replaced with the ...
確定! 回上一頁