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
  • Correct Answer - Option(C)
  • Views: 163
  • Filed under category Python

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.

Be the first to start discuss.


Question analytics