Answer to Question #348966 in Python for netha

Question #348966

write the program to replace all the elements of a guven value with new value


1
Expert's answer
2022-06-07T17:37:57-0400
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?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS