Why lambda forms in python does not have statements?

A lambda form in python does not have statements as it is used to make new function object and then return them at runtime.

posted on 2017-08-25 14:23  Zoe233  阅读(149)  评论(0)    收藏  举报