how to find an element in list and print it code example Example: how to find item in list python without indexnig >>> ["foo", "bar", "baz"].index("bar") 1