Vidyalelo
Python · Q7

Functions in Python

Programming · Python · question 7

Q7

What does the lambda keyword do when used in a function?

A.
It is used to create anonymous functions (lambda functions)
Answer
B.
It is used to define a named function
C.
It is used to import a module
D.
It is used to create classes

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board