get word index in python code example Example: python string indexof Click to copys = "mouse" animal_letter = s.find('s') print animal_letter