1. What is the use of Control Statement in Python? Write different
Control Statement used by Python with Example.
"Python में Control Statement का उपयोग क्या है? पायथन द्वारा उपयोग किए जाने वाले विभिन्न Control Statement को उदाहरण सहित लिखिए।"
2. What do you understand by iteration in Python? Write different
Loop used by Python with Example.
"पायथन में पुनरावृत्ति से आप क्या समझते हैं? पायथन द्वारा प्रयुक्त विभिन्न लूप को उदाहरण सहित लिखिए।"
3. What are the collections in Python? Write Different Type of
collection in Python.
"पायथन में संग्रह क्या हैं? पायथन में विभिन्न प्रकार के संग्रह लिखिए।"
4. Write difference between List and Tuple in Python. What is the
difference between append () and extend () methods?
"पाइथन में लिस्ट और टुपल में अंतर लिखिए। एपेंड () और एक्सटेंड () विधियों में क्या अंतर है?"
5. Write the Difference between Deep Copy and Shallow Copy with Example.
"डीप कॉपी और शालो कॉपी में उदाहरण सहित अंतर लिखिए।"
6. How to create a List in Python? What is the difference between "remove" and "pop"?
"पायथन में एक सूची कैसे बनाएं? remove और pop में क्या अंतर है?"
7. What do you understand by Function in Python? Write the
different type of Function on the basis of its Parameters.
"पायथन में फंक्शन से आप क्या समझते हैं? विभिन्न प्रकार के Function को उनके Parameters के आधार पर लिखिए।"
8. What do you understand by Function Documentation? Define
docstring.
"फंक्शन डॉक्यूमेंटेशन से आप क्या समझते हैं? डॉकस्ट्रिंग को परिभाषित करें।"
9. Define scope of a variable on the basis of Function?
"फंक्शन के आधार पर वेरिएबल के स्कोप को परिभाषित करें?"
10. Define Lambda Function with Example?
"Lambda फंक्शन को उदाहरण सहित परिभाषित करें?"