from string import ascii_lowercase
myLowercase = list(ascii_lowercase)
myIndex = myLowercase.index('f')
# myIndex: 5