MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
Which operator is used in Python to import modules..
1.
Which operator is used in Python to import modules from packages?
A.
.
B.
*
C.
->
D.
&
Answer» B. *
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