how to get the index of an array element in python code example Example: python find index by value >>> ["foo", "bar", "baz"].index("bar") 1