Computer Science, asked by geetasahu68532, 3 months ago

f
write difference between index() and find() function​

Attachments:

Answers

Answered by da4729204
0

Answer:

find returns-1 if given substr is not found in string

while index throws ValueError if substring not found

Similar questions