Python supports the creation of anonymous functions at runtime, using a construct called __________
(a) lambda
(b) pi
(c) anonymous
(d) none of the mentioned
I got this question during an internship interview.
My question is from Function topic in portion Dictionary, Functions and Built-in Functions of Python