Python - String Module
================
import string
fruit=”banana”
index=string.find(fruit, “a”)
print(index)