CBSE Class 11 Computer Science Question 19 of 91

String Manipulation — Question 9

Back to all questions
9
Question

Question 9

Which of the following functions will always return a tuple of 3 elements?

  1. find()
  2. index()
  3. partition() ✓
  4. split()
Answer