The tuple that is returned by the partition() method contains

(i) part of the string to be searched

(ii) the search string

(iii) the searched string

(iv) part of the string after the search string.

(a) i, ii, iv

(b) i, ii, iii

(c) i, ii

(d) ii, iv

 

Answer:

The partition( ) method partitions the given string at the first occurrence of the substring (separator) and returns the string partitioned into three parts. 

  • part of the string to be searched 
  • The search string
  • part of the string after the search string. 

So, the correct answer is (a).

Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.