Python Developer Question:
Do you know 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.
Previous Question | Next Question |
Tell us what is module and package in Python? | Tell me what Is The Command To Debug A Python Program? |