# Python replace() method example · # Variable declaration · str = "Java is a programming language" · # Calling function · str2 = str.replace("Java","C") · # ...
確定! 回上一頁