McqMate
| Q. |
What is the output of the following program : print 'cd'.partition('cd') |
| A. | („cd‟) |
| B. | (”) |
| C. | („cd‟, ”, ”) |
| D. | (”, „cd‟, ”) |
| Answer» D. (”, „cd‟, ”) | |
View all MCQs in
Python ProgrammingNo comments yet