write the program to replace all the elements of a guven value with new value
def main(): line = input('Enter the line: ') old = input('enter the old value: ') new = input('enter the new value: ') print(line.replace(old, new)) main()
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!