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
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board