Answers

Question and Answer:

  Home  Python

⟩ Why cannot lambda forms in Python contain statements?

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.

 201 views

More Questions for you: