Examveda

What will be the output of the following Python code?
lamb = lambda x: x ** 3
print(lamb(5))

A. 15

B. 555

C. 125

D. None of the mentioned

Answer: Option C


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python