Wednesday, August 6, 2014

Why cannot lambda forms in Python contain statements? | Python Questions

A lambda statement is used to create new function objects and then return them at runtime that is why lambda forms in Python did not contain statement.

No comments: