Where is it?

It's actually really common in programming to have a String like

and need to know WHERE the "S" is in that String. [The answer is 6 since it is the SEVENTH character in the string but we start counting at zero].

Write a Python function that conforms to the following: