page-banner
Chapter-3 Introduction to Python
Q6.
निम्नलिखित में से कौन सा Python में कीवर्ड नहीं है?<break-line><break-line>Which of the following is not a keyword in Python?
A. eval
B. assert
C. nonlocal
D. pass
View Answer
Q7.
Python के बारे में निम्न में से कौन सा सत्य है?<break-line><break-line>Which of the following is correct about Python?
A. It supports automatic garbage collection
B. It can be easily integrated with C, C++, COM, ActiveX, CORBA, and Java
C. Both of the above
D. None of the above
View Answer
Q8.
Python में निम्नलिखित में से कौन सा डेटा प्रकार समर्थित नहीं है?<break-line><break-line>Which of the following data types is not supported in Python?
A. Numbers
B. String
C. List
D. Slice
View Answer
Q9.
Python में आरक्षित कीवर्ड चुनें:<break-line><break-line>Select the reserved keyword in Python.
A. else
B. raise
C. import
D. All of mentioned
View Answer
Q10.
क्या string पर mathematical operations किए जा सकते हैं?<break-line><break-line>Mathematical operations can be performed on a string.
A. True
B. False
C. Can’t say
D. None of these
View Answer