Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python string indexof

s = "mouse"
animal_letter = s.find('s')
print animal_letter
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #string #indexof
ADD COMMENT
Topic
Name
4+5 =