Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorial in Hindi 43 : Sets

Python tutorial in Hindi 43 : Sets Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorial in Hindi 43 : Sets Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. सेट्स क्या होते हैं और पायथन में उनका उपयोग कैसे किया जाता है?
उत्तर: सेट्स पायथन में एक अद्वितीय और अविच्छिन्न संग्रह होता है जो अद्यतित होता है और कोई भी दोहराव नहीं होता है। सेट्स में केवल अद्यतित और अविच्छिन्न आइटम होते हैं। सेट्स का उपयोग तत्वों को दोहराने या नकारात्मक अंकों को हटाने के लिए किया जाता है।
2. पायथन सेट्स को कैसे बनाया जाता है?
उत्तर: सेट्स को पायथन में बनाने के लिए हम "set()" फ़ंक्शन का उपयोग करते हैं। इस फ़ंक्शन को एक या एक से अधिक आइटम या लिस्ट के रूप में पास किया जा सकता है, और यह सेट बनाने के लिए उपयोग किया जाता है।
3. सेट्स में आइटम्स को कैसे जोड़ा जाता है?
उत्तर: सेट्स में आइटम्स को जोड़ने के लिए हम "add()" फ़ंक्शन का उपयोग करते हैं। इस फ़ंक्शन को सेट में आइटम जोड़ने के लिए इस्तेमाल किया जाता है।
4. सेट्स में दोहराव के पदार्थों को कैसे हटाया जाता है?
उत्तर: सेट्स में दोहराव के पदार्थों को हटाने के लिए हम "remove()" फ़ंक्शन का उपयोग करते हैं। यदि आइटम सेट में मौजूद नहीं है, तो इस फ़ंक्शन का उपयोग करने पर एक KeyError होगा। इसके बजाय, हम "discard()" फ़ंक्शन का उपयोग कर सकते हैं जो आइटम सेट में मौजूद नहीं होने पर कोई त्रुटि नहीं देगा।
5. सेट्स में दो सेट्स का अंतर कैसे निकाला जाता है?
उत्तर: सेट्स में दो सेट्स का अंतर निकालने के लिए हम "difference()" फ़ंक्शन का उपयोग करते हैं। यह फ़ंक्शन एक सेट से दूसरे सेट के उन आइटम को वापस देता है जो पहले सेट में मौजूद होते हैं लेकिन दूसरे सेट में नहीं होते हैं।
Explore Courses for Back-End Programming exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Viva Questions

,

Important questions

,

past year papers

,

ppt

,

video lectures

,

Exam

,

shortcuts and tricks

,

mock tests for examination

,

Python tutorial in Hindi 43 : Sets Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Summary

,

pdf

,

Python tutorial in Hindi 43 : Sets Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Extra Questions

,

Previous Year Questions with Solutions

,

Python tutorial in Hindi 43 : Sets Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

MCQs

,

Sample Paper

,

Semester Notes

,

Free

,

practice quizzes

,

Objective type Questions

,

study material

;