On May 9, 1:53 am, superpollo <[email protected]> wrote: > add = lambda a,b: a+b > for i in reduce(add,a): > print i
This is very neat. Thank you. Sounds like magic to me. Can you please explain how does that work? Many thanks again. -- http://mail.python.org/mailman/listinfo/python-list
