Example:
Input:
"These days, Engineers are struggling to get a job in a better company due
to the lack of experience and also due to the high competition.
Engineers have the only book knowledge but the company is expecting the
industrial experience in the Engineers for better productivity."
Replacing:
"Engineers"with "students"
Output:
"These days, students are struggling to get a job in a better company due
to the lack of experience and also due to the high competition.
Students have the only book knowledge but the company is expecting the
industrial experience in the students for better productivity."
Algorithm to solve the above problem
- Import the re module in the program.
- Take paragraph as input also a word which uses to replace a special string.
- Print the new paragraph which has replaced string.
Program:
Output
need an explanation for this answer? contact us directly to get an explanation for this answer