<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> hi all, I am a python newbie. why functions created with lambda forms
> cannot contain statements?

Because statement do not fit in expressions.

> how to get unnamed function with statements?

Can't.

Many discussions in archives (which Google has).

tjr



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

Reply via email to