Brian Kelley wrote: > python: > ====== > import operator > data = range(50000) # test data > > result = sum(data) > Nice, of course. What about arbitrary operators, not just summation. I'm trying to stress generic looping, as well as see how well lists, ints, and addition work together. Sorry for the confusion. -jcw