Bjorn Pettersen <BPettersen at NAREX.com> wrote in comp.lang.python:> or>> def write(x):> print x>> map(lambda x: write(x), ['line one', 'line two'])Argh. We need UUOL (Useless Use Of Lambda) awards.-- Remco Gerlich