

InterviewSolution
Saved Bookmarks
1. |
Python supports the creation of anonymous functions at runtime, using a construct called __________(a) lambda(b) pi(c) anonymous(d) none of the mentionedI got this question during an internship interview.My question is from Function topic in portion Dictionary, Functions and Built-in Functions of Python |
Answer» The correct option is (a) LAMBDA |
|