T
Q. What is the output of the following code?
Code:
res = lambda x: x * x
print(res(5))
print(res(5))
- Correct Answer - Option(C)
- Views: 163
- Filed under category Python
Discusssion
Login to discuss.