β
Correct Answer: (A)
lambda
Explanation: python supports the creation of anonymous functions (i.e. functions that are not bound to a name) at runtime, using a construct called lambda. lambda functions are restricted to a single expression. they can be used wherever normal functions can be used.
Explanation by: Mr. Dubey
python supports the creation of anonymous functions (i.e. functions that are not bound to a name) at runtime, using a construct called lambda. lambda functions are restricted to a single expression. they can be used wherever normal functions can be used.
Discussion
Question Analytics
538
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
98%
Success Rate