1.

What is the output of the following? print('cd'.partition('cd'))

A. (‘cd’)
B. (”)
C. (‘cd’, ”, ”)
D. (”, ‘cd’, ”)
Answer» E.


Discussion

No Comment Found