Get the index of the first occurrence of character in string with python

I have a string in python and i desire to find the index of the first occurrence of the letter l in it. Here is the code am using

mystring="abcdloplu"
##how do i get the index of the first occurrence of l in the string