O Level Python 20 Most important Question and Answer

1. Python में user define data type है ?Important


2. Python source code को compiler किस code में परिवर्तित करता है ?


3. क्या python में Pass keyword एक NULL statement है ?


4. Python में block of code लिखने के लिए किसका प्रयोग किया जाता है ?


5. Python में किस data structure के elements को बदला(change) नहीं जा सकता है ?


6. निम्नलिखित में से Set data structure की कौन सी विशेषता नहीं है ?


7. Python में क्या हम बिना round bracket ( ) के tuple को create कर सकते है ?


8. कौन सा syntax एक tuple नहीं create करता है ?


9. निम्न में से dictionary data structure की कौन सी विशेषता नहीं है ?


10. python में has_key() के similar कौन सा ऑपरेटर काम करता है ?Very important


11. यदि किसी dictionary में key नहीं मिलती है, तब get() method क्या return करता है ?


12. dictionary में सभी items को remove करने के लिए किस method का प्रयोग किया जाता है ?Important


13. dictionary में popitem() method क्या return करता है ?Important


14. किसी string को slice करने के लिए maximum कितने argument दिए जा सकते है


15. Slicing में arguments को pass करने का सही क्रम क्या है ?Important


16. Slicing concept किस डाटा structure पर लागू होता है ?Very important


17. Slicing में step की default value क्या है ?


18. python में जब एक function multiple values return करता है तो वह values किस data structure में store होती है ?Important


19. Python में doc string को किस प्रकार से access किया जा सकता है ?Very important


20. find() method maximum कितने arguments ले सकता है ?