Python रनटाइम पर गुमनाम (anonymous) functions बनाने के लिए जिस construct का उपयोग करता है, उसे क्या कहा जाता है?
Python supports the creation of anonymous functions at runtime, using a construct called
A
pi
B
anonymous
C
lambda
D
none of the mentioned
Explanation
Correct Answer: C) lambda