# It returns the leftmost index where the substring is found. If it is not found, ?is returned: print 'With a moo-moo here, and a moo-moo there'.find('moo')title = "A B C D"print title.find('A')print title.find('B')print title.find('D')print title.find('E')
Name (required)
email (will not be published) (required)
Website