find from right : rfind « String « Python Tutorial






searchStr =  "Red Blue Violet Green Blue Yellow Black"


print searchStr.rfind("Blue")
5.25.rfind
5.25.1.find from right