Multiple Choice
What is the output of the following program :
Print 'abcefd'.replace('cd', '12')
A) ab1ef2
B) abcefd
C) ab1efd
D) ab12ed2
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: What will be displayed by the following
Q10: What is the output of the following
Q11: Which of these is not a core
Q12: Which of the following formatting options can
Q13: What is the output of the following
Q15: Which function overloads the >> operator?<br>A)more()<br>B)gt()<br>C)ge()<br>D)rshift()
Q16: What is the output of the following
Q17: What is the output of the following
Q18: What is the output of the following
Q19: What is the output of the following