

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the following program : print 'cd'.partition('cd') |
A. | („cd‟) |
B. | (”) |
C. | („cd‟, ”, ”) |
D. | (”, „cd‟, ”) |
Answer» E. | |