R
Q. What is the output of the following program?
z = lambda x : x * x print(z(6))
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following Python code?
Q. What will the following Python code output: print(type(3.14))?
Q. In which language python is written?
Q. What will be the value of ‘n’ and ‘n1’ after execution of following code:
Q. What will be the output of the following Python code?
Q. Different learning methods does not include?
Q. What will be the output of statment 2**2**2**2?
Q. What is the output of following: set([1,1,2,3,4,2,3,4])
Q. A function is a group of related statements which designed specifically to perform a ___.
Discusssion
Login to discuss.