String Python Tutorial

searchStr =  "Red Blue Violet Green Blue Yellow Black"
print searchStr.rindex("Blue",1,18)