Vidyalelo
Python · Q72

Functions in Python

Programming · Python · question 72

Q72

What will be the output of the following Python code? lamb = lambda x: x ** 3 print(lamb(5))

A.
15
B.
555
C.
125
Answer
D.
None of the mentioned

Answer: Option C

Solution

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