page-banner
Chapter-3 Introduction to Python
Q1.
निम्नलिखित Python प्रोग्राम का आउटपुट क्या होगा?<break-line><break-line>Find the output of following Python program.<pre><code>a = “Meetmeafterparty” b = 13 print(a+b)</code></pre>
A. 29
B. 14
C. 15
D. error in code
View Answer
Q2.
निम्नलिखित में से कौन सा अमान्य वेरिएबल है?<break-line><break-line>Which of the following is an invalid variable?
A. my_string_1
B. foo
C. _
D. 1st_string
View Answer
Q3.
Python एक high-level, interpreted, interactive और object-oriented scripting भाषा है। इसे highly unreadable बनाने के लिए डिज़ाइन किया गया है।<break-line><break-line>Python is a high-level, interpreted, interactive and object-oriented scripting language. It is designed to be highly unreadable.
A. True
B. False
C. Can’t say
D. None of these
View Answer
Q4.
Python कई अन्य भाषाओं से व्युत्पन्न है जैसे ABC, Modula-3, C, C++, Algol-68, Small-Talk, Unix shell आदि।<break-line><break-line>Python is derived from many other languages including ABC, Modula-3, C, C++, Algol-68, Small-Talk, and Unix shell and other scripting languages.
A. True
B. False
C. Can’t say
D. None of these
View Answer
Q5.
Python programming language किसने बनाई थी?<break-line><break-line>Python programming language was created by?
A. Dennis Python
B. Monty Circus
C. Eckert
D. Guido Van Rossum
View Answer