page-banner
Chapter-3 Introduction to Python
Q76.
निम्नलिखित कथन निष्पादित होने पर आउटपुट क्या होता है?<break-line><break-line>What is the output when following statement is executed?<pre><code>>>> "a"+"bc"</code></pre>
A. a
B. bc
C. bca
D. abc
View Answer
Q77.
कौन से arithmetic operators strings के साथ उपयोग नहीं किए जा सकते?<break-line><break-line>What arithmetic operators cannot be used with strings?
A. +
B. *
C.
D. All of the mentioned
View Answer
Q78.
Python में एक in-built interactive shell के रूप में आने वाले GUI का नाम क्या है?<break-line><break-line>What is the name of the GUI that comes in-built as an interactive shell with Python?
A. PGUI
B. PyShell
C. IDLE
D. PythonSh
View Answer
Q79.
निम्नलिखित कथन निष्पादित होने पर आउटपुट क्या होता है?<break-line><break-line>What is the output when following statement is executed?<pre><code>>>> "a"+"bc"</code></pre>
A. a
B. bc
C. bca
D. abc
View Answer
Q80.
कौन से arithmetic operators strings के साथ उपयोग नहीं किए जा सकते?<break-line><break-line>What arithmetic operators cannot be used with strings?
A. +
B. *
C.
D. All of the mentioned
View Answer