What is the output of the following program :
print 'cd'.partition('cd')
(‘cd’)
(”)
(‘cd’, ”, ”)
(”, ‘cd’, ”)
QuizBucket
© 2017 QuizBucket.org