Answers for "stringf replcae in python"

1

stringf replcae in python

txt = "hello bro"

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

print(x)
Posted by: Guest on February-03-2022

Python Answers by Framework

Browse Popular Code Answers by Language