Xah Lee wrote:
> is there a way to write a expression of a function with more than 1
> argument?
> 
> e.g., i want a expression that's equivalent to
> 
> def f(x,y)
>   return x+y

Looking for lambda?

Reinhold
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to