Top 20 Python mcq Questions with Answers

1. Python में Enumerate () एक method है जिसका उपयोग iterable object के प्रत्येक आइटम को एक index assign करने के लिए किया जाता है।


2. एक program को रन(execute) करने के लिए स्टेप्स के sequence को पहचाने|July 2019


3. print(3**4) इसको execute करने पर output क्या आएगा ?


4. list डाटा type के बारे में कौन सा कथन सही नहीं है ?


5. python में डबल underscore से शुरू होने वाले variable को क्या कहते है ?


6. python में variable बनाते समय किस symbol का use नहीं कर सकते ?


7. remove method set,list के item को delete करता है, तो remove() method के लिए कौन सा कथन सही है ?


8. इसका output क्या होगा | print("Examjila[-1]")


9. single underscore से शुरू होने वाले variable name को क्या कहते है ?


10. निम्नलिखित में से set डाटा type के बारे में सही कथन नहीं है ?


11. EOL का पूरा नाम है|


12. ट्रिपल quotes का प्रयोग कहाँ कहाँ किया जाता है ?


13. string से एक्स्ट्रा space remove करने के लिए कौन सा method नहीं है ?


14. क्या python में character data type होते है ?


15. list, tuple, set, dictionary को define करने के लिए किन symbol का use करते है ?


16. क्या string को index value से access किया जा सकता है ?


17. string में slicing करने के लिए कौन सा statement सही नहीं है| a="examjila"


18. python में input() function क्या return करता है ?


19. python में typecasting कितने प्रकार की होती है ?


20. print("10" + 15) का output होगा ?