f
write difference between index() and find() function
Attachments:
Answers
Answered by
0
Answer:
find returns-1 if given substr is not found in string
while index throws ValueError if substring not found
Similar questions