Home / Programming MCQs / Python MCQs / Question

T

Tanmay • 2.43K Points
Master

Q. What is the output of the following code?

Code:
res = lambda x: x * x
print(res(5))
(A) 5
(B) res(5)
(C) 25
(D) None

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.