Kent Johnson wrote:

> Reusing the generator doesn't give a correct answer; after the first
> sum() the generator is exhausted:

Duh - good point. I forgot it was returning a generator object, not
generator function.

Tim Delaney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to