page-banner
Python M3-R5.1 MCQs SET-14
Q6.
निम्नलिखित में से कौन सा पायथन में मान्य स्ट्रिंग मैनिपुलेशन फंक्शन हैं?<break-line><break-line>Which of the following are valid string manipulation functions in Python?
A. count()
B. upper()
C. strip()
D. All of the above
View Answer
Q7.
पायथन प्रोग्रामिंग भाषा में कितने कीवर्ड मौजूद हैं?<break-line><break-line>How many keywords present in the python programming language?
A. 32
B. 64
C. 33
D. 29
View Answer
Q8.
पायथन किस भाषा में लिखा गया है?<break-line><break-line>In which language is Python written?
A. C++
B. C
C. Java
D. None of the above
View Answer
Q9.
पायथन कितने कण्ट्रोल स्टेटमेंट का समर्थन करता है?<break-line><break-line>How many control statements python supports?
A. 3
B. 4
C. 5
D. 6
View Answer
Q10.
आइडेंटिफायर से डीलिंग के दौरान पाइथन केस संवेदनशील है?<break-line><break-line>Is Python case sensitive when dealing with identifiers?
A. Yes
B. No
C. Machine dependent
D. None of the above
View Answer