Computer Science

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

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

Python String Manipulation

13 Likes

Answer

split()

Answered By

1 Like


Related Questions