function expression with 2 arguments

Leif K-Brooks eurleif at ecritters.biz
Sat Feb 26 16:43:54 EST 2005


Xah Lee wrote:
> lambda x, y: x + y
> 
> that's what i was looking for.
> 
> ... once i have a lambda expr, how to apply it to arguments?

http://python.org/doc/current/ref/calls.html



More information about the Python-list mailing list