index from right : Rindex : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Rindex »

 

index from right


searchStr =  "Red Blue Violet Green Blue Yellow Black"

print searchStr.rindex("Blue")



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo String
» Rindex