1.

What is the output of the following code snippet?func = lambda x: return xprint(func(2))​

Answer»

ANSWER:

The OUTPUT of the above CODE is XX



Discussion

No Comment Found