write a function that return all the index of the given item in python code example Example: how to find item in list python without indexnig >>> ["foo", "bar", "baz"].index("bar") 1