Question: What will be the output for the following code segment? my_sentence = on bar duck i run each teen me my_sentence.replace(irun,chai) print(my sentence) A Your
What will be the output for the following code segment? my_sentence = "on bar duck i run each teen me" my_sentence.replace("irun","chai") print(my sentence) A Your answer: on bar duck irun each teen me on bar duck chai each teen me on bar duck CHAI each teen me Error / None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
