how to make a variable search for stuff in the index on a python list code example Example: how to find item in list python without indexnig >>> ["foo", "bar", "baz"].index("bar") 1