How i can find all place of a same objects in list like :
>>>a=['a','a','b','c','a'] >>>findplace('a') >>>[0,1,4]