On Jul 15, 8:36 am, Chris Angelico <ros...@gmail.com> wrote: > This can alternatively be done with map(): > > sortlist = map(lambda x,y: x+y, npalist, nxxlist) > > > (It would have been a lot cleaner if Python exposed its operators as > functions.
from operator import add -- http://mail.python.org/mailman/listinfo/python-list