Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

stringf replcae in python

txt = "hello bro"

x = txt.replace("hello", "bye")

print(x)
 
PREVIOUS NEXT
Tagged: #stringf #replcae #python
ADD COMMENT
Topic
Name
9+6 =