how will you replace text using replace command in word
Answers
Answered by
0
Answer:
str.replace('old', 'new')
Explanation:
this is for Python
x = 'Hello World'
print(x.replace('World', 'Guys')
# Output will be Hello Guys
Answered by
0
Answer:
old,new replace text in word
Similar questions
English,
2 days ago
Hindi,
2 days ago
World Languages,
2 days ago
Math,
8 months ago
Math,
8 months ago