(Choose 1 answer)
What does the function s.find(pattern) do?
A. Return the index starting the leftmost occurrence of pattern; else -1
B. Return the index starting the rightmost occurrence of pattern; else -1
C. Return 1 as occurrence of pattern; else -1
D. Return the length of pattern
36