page-banner
Python M3-R5.1 MCQs SET-14
Q11.
निम्नलिखित में से कौन सी अवधारणा पायथन का हिस्सा नहीं है?<break-line><break-line>Which of the following concepts is not a part of Python?
A. Pointers
B. Loops
C. Dynamic typing
D. All of the Above
View Answer
Q12.
पायथन भाषा में फंक्शन के लिए किस कीवर्ड का प्रयोग किया जाता है?<break-line><break-line>Which keyword is used for function in Python language?
A. Function
B. Def
C. Fun
D. Define
View Answer
Q13.
पायथन में एक्सेप्शन हैंडलिंग में निम्नलिखित में से किस स्टेटमेंट का उपयोग किया जाता है?<break-line><break-line>Which of the following statements are used in Exception Handling in Python?
A. try
B. except
C. finally
D. All of the above
View Answer
Q14.
पाइथन के लिए pip क्या है?<break-line><break-line>What does pip stand for python?
A. unlimited length
B. all private members must have leading and trailing underscores
C. Preferred Installer Program
D. None of the above
View Answer
Q15.
निम्नलिखित में से किस प्रकार के लूप Python में समर्थित नहीं हैं?<break-line><break-line>Which of the following types of loops are not supported in Python?
A. For
B. While
C. Do-while
D. None of the above
View Answer