執行 ❯
擁有你自己的 Python 伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
txt = "one one was a race horse, two two was one too." x = txt.replace("one", "three", 2) print(x)
三三是賽馬,二二是也一樣。"