CBSE Class 11 Computer Science Question 18 of 91

String Manipulation — Question 8

Back to all questions
8
Question

Question 8

Which of the following functions will return a list containing all words of the string?

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