Finding index of an item list code example Example: Finding index of an item list >>> ["foo", "bar", "baz"].index("bar") 1