Multiple Choice
What is the output of the following program :
Print 'cd'.partition('cd')
A) („cd?)
B) (")
C) („cd?, ", ")
D) (", „cd?, ")
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: 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
Q20: Suppose t = (1, 2, 4, 3),
Q21: What is the output of the following
Q22: What is the output of the following
Q23: What is the output of the following
Q24: What is the output of the following