page-banner
Python M3-R5.1 MCQs SET-14
Q1.
Python में सिंगल लाइन कमेंट करने के लिए किस कैरेक्टर का प्रयोग किया जाता है?<break-line><break-line>Which character is used in Python to make a single line comment?
A. /
B. //
C. #
D. !
View Answer
Q2.
पायथन में राइज एक्सेप्शन के लिए किस कीवर्ड का उपयोग किया जाता है?<break-line><break-line>What keyword is used in Python to raise exceptions?
A. Raise
B. goto
C. try
D. except
View Answer
Q3.
निम्न में से कौन सा Python फ़ाइल का सही एक्सटेंशन है?<break-line><break-line>Which one of the following is the correct extension of the Python file?
A. .python
B. .py
C. .p
D. None of the above
View Answer
Q4.
निम्नलिखित में से कौन सा पायथन में वैध सेट ऑपरेशन नहीं है?<break-line><break-line>Which of the following is not a valid set operation in python?
A. Union
B. Intersection
C. Difference
D. None of the above
View Answer
Q5.
आइडेंटिफायर की अधिकतम संभव लंबाई क्या है?<break-line><break-line>What is the maximum possible length of an identifier?
A. 16
B. 8
C. 32
D. None of the above
View Answer