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