Python Question:

Why cannot lambda forms in Python contain statements?

Tweet Share WhatsApp

Answer:

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.

Download Python PDF Read All 25 Python Questions
Previous QuestionNext Question
Who created the Python programming language?How is memory managed in Python?