adplus-dvertising
frame-decoration

Question

What is the output of this program?
y = 6
z = lambda x: x * y
print z(8)

a.

48

b.

14

c.

64

d.

None of the mentioned

Answer: (a).48

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 this program?