M Mr. Dubey • 100.69K Points Coach Q. What is the output of the following program : print 'abcefd'.replace('cd', '12') (A) ab1ef2 (B) abcefd (C) ab1efd (D) ab12ed2 Correct Answer - Option(B) Views: 950 Filed under category Python Programming Share
Discusssion
Login to discuss.