Check sibling questions

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).

  1. Computer Science - Class 11
  2. Chapter 8 Class 11 - Strings

About the Author

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 and Computer Science at Teachoo