Styrow.dev
Question 14 of 45
Python Topic: General medium

Why lambda forms in python does not have statements?

Question

Why lambda forms in python does not have statements?

Answer

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