Q. What is the output of the following program :
Code:
print 'abcefd'.replace('cd', '12')
β
Correct Answer: (B)
abcefd
print 'abcefd'.replace('cd', '12')
You must be Logged in to update hint/solution