MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers
→
z = lambda x : x * xprint(z(6))22.What is the outp...
1.
z = lambda x : x * xprint(z(6))22.What is the output of the following program?
A.
a
B.
A
C.
97
D.
error
Answer» B. A
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
def fn(a): print(a)x=90fn(x)24.Which one of the following is incorrect?
print(chr(ord(chr(97))))23.Choose the correct option with reference to below Python code?
z = lambda x : x * xprint(z(6))22.What is the output of the following program?
Lambda is a function in python?
Which operator is used in Python to import modules from packages?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies