Q. What is the output of lambda x, y: x + y (2, 3)?
Solution:
lambda x, y: x + y (2, 3) defines and calls a function returning 2 + 3 = 5.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
lambda x, y: x + y (2, 3) defines and calls a function returning 2 + 3 = 5.
Strengthen Your Practice with our comprehensive question bank.