0 votes
in Python by
What is the output of the following program :

print 'cd'.partition('cd')

 

(‘cd’)

(”)

(‘cd’, ”, ”)

(”, ‘cd’, ”)

Related questions

0 votes
asked Feb 11, 2020 in Python by rahuljain1
0 votes
asked Feb 11, 2020 in Python by rahuljain1
...