adplus-dvertising
frame-decoration

Question

What is the output of below program?
lamb = lambda x: x ** 3
print(lamb(5))

a.

15

b.

555

c.

125

d.

None of the mentioned

Answer: (c).125

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of below program?