Q)

A) pi

B) anonymous

C) lambda

D) none of the above

Correct Answer: lambda
Explanation: Python supports the creation of anonymous functions at runtime, using a construct called lambda.