15.Why lambda forms in python does not have statements?

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.

原文地址:https://www.cnblogs.com/zoe233/p/7427860.html