Use a for-loop to iterate over each element in the list. Call str.replace(old, new) to replace old with new in each string str . Append the resultant ...
確定! 回上一頁