Name a function which is same as find() but raises an exception if the substring is not pres string
A) index()
B) endswith()
C) startswith()
D) count()
Answers
Answered by
0
Answer:
count() I think it is same as find()
Similar questions