MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
z = lambda x : x *..
1.
z = lambda x : x * x
print(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
<pre class="result notranslate">def fn(a):<br> print(a)<br>x=90<br>fn(x)<br></pre>24.Which one of the following is incorrect?
<pre class="result notranslate">print(chr(ord(chr(97))))</pre>23.Choose the correct option with reference to below Python code?
<pre class="result notranslate">z = lambda x : x * x<br>print(z(6))<br></pre>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