> If there is no really good name, how about just adopting a new simple, > short, word like "each", and letting it become the idiom? > > for i, v in each(L): > print i, v -1. each() doesn't convey any helpful connotations. --Guido van Rossum (home page: http://www.python.org/~guido/)