tutorial.eyehunts.com
Python find the position/index of element in List - EyeHunts
To find a position of the particular element you can use index() method of List class with the element passed as an argument. An index() function...
Rohit