Computer Science

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

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

Python String Manipulation

9 Likes

Answer

partition()

Answered By

2 Likes


Related Questions