page-banner
Chapter-3 Introduction to Python
Q76.
निम्नलिखित कथन निष्पादित होने पर आउटपुट क्या होता है?

What is the output when following statement is executed?
>>> "a"+"bc"
A. a
B. bc
C. bca
D. abc
View Answer
Q77.
कौन से arithmetic operators strings के साथ उपयोग नहीं किए जा सकते?

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 का नाम क्या है?

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.
निम्नलिखित कथन निष्पादित होने पर आउटपुट क्या होता है?

What is the output when following statement is executed?
>>> "a"+"bc"
A. a
B. bc
C. bca
D. abc
View Answer
Q80.
कौन से arithmetic operators strings के साथ उपयोग नहीं किए जा सकते?

What arithmetic operators cannot be used with strings?
A. +
B. *
C.
D. All of the mentioned
View Answer

Create Account