I request the addition of prod():
def prod(seq):
s = 1
for x in seq:
s *= x
prod is always as useful as sum()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000/attachments/20080106/8fd30a2c/attachment.htm