Examveda
Examveda

What is the purpose of the find() method for strings?

A. Returns the index of the first occurrence of a substring

B. Replaces a substring with another

C. Counts occurrences of a substring

D. Converts the string to lowercase

Answer: Option B


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python