What is the output of the following program : print ‘abcefd’.replace(‘cd’, ’12’)

What is the output of the following program : print ‘abcefd’.replace(‘cd’, ’12’)
abcefd
Good Your Answer is Correct
abcefd
ab1efd
ab12ed2

Leave a Reply

Your email address will not be published. Required fields are marked *