What is the output of the following program :y = 8z = lambda x : x * yprint (z(6)) - Study24x7
Social learning Network
13 Feb 2024 12:05 PM study24x7 study24x7

What is the output of the following program :

y = 8
z = lambda x : x * y
print (z(6))


A

48

B

14

C

64

D

None of the above

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles