KnowledgeBoat Logo

Computer Science

Which of the following functions will raise an error if the given substring is not found in the string?

  1. find()
  2. index()
  3. replace()
  4. all of these

Python String Manipulation

8 Likes

Answer

index()

Answered By

3 Likes


Related Questions