Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorial in Hindi 29 : list in list ; list function

Python tutorial in Hindi 29 : list in list ; list function Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorial in Hindi 29 : list in list ; list function Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. list में list क्या होता है?
Ans. list में list, एक Python में मौजूद डेटा संरचना है जिसमें एक सूची में अन्य सूचीयाँ शामिल हो सकती हैं। इसका उपयोग बहुगुणा सूची बनाने और व्यवस्थित करने के लिए किया जाता है।
2. list() फ़ंक्शन क्या करता है?
Ans. list() फ़ंक्शन, एक खाली सूची बनाने के लिए उपयोग की जाती है। इसका उपयोग रिक्त सूचियों को प्रारंभिक रूप से बनाने के लिए किया जाता है।
3. Python में list के बारे में कौनसे काम किए जा सकते हैं?
Ans. Python में list के साथ निम्न कार्य किए जा सकते हैं: - सूची में दिए गए आइटम्स को एक साथ जोड़ना या निकालना - सूची के आइटम्स को सॉर्ट और व्यवस्थित करना - सूची के आइटम्स की संख्या जाँचना - सूची में आइटम्स को अद्यतित करना और हटाना - सूची में आइटम्स को खोजना
4. Python में लिस्ट कैसे बनाई जा सकती है?
Ans. Python में लिस्ट को इनिशियलाइज़ करने के लिए इस्तेमाल किए जा सकते हैं: - बिना किसी आइटम के खाली सूची बनाने के लिए: my_list = [] - आइटम्स के साथ भरी हुई सूची बनाने के लिए: my_list = [item1, item2, item3] - range() फ़ंक्शन का उपयोग करके सूची बनाने के लिए: my_list = list(range(start, end, step))
5. Python में लिस्ट के आइटम्स कैसे एक्सेस किए जा सकते हैं?
Ans. Python में लिस्ट के आइटम्स को इंडेक्सिंग के द्वारा एक्सेस किया जा सकता है। सूची का पहला आइटम 0 इंडेक्स पर होता है और बाकी आइटम्स उसके बाद के इंडेक्स पर होते हैं। उदाहरण के लिए, my_list[0] आइटम को एक्सेस करने के लिए इस्तेमाल किया जा सकता है।
Related Searches

practice quizzes

,

Python tutorial in Hindi 29 : list in list ; list function Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Previous Year Questions with Solutions

,

study material

,

Extra Questions

,

shortcuts and tricks

,

ppt

,

Exam

,

video lectures

,

past year papers

,

Sample Paper

,

Semester Notes

,

Python tutorial in Hindi 29 : list in list ; list function Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Objective type Questions

,

Important questions

,

mock tests for examination

,

Summary

,

Viva Questions

,

pdf

,

Python tutorial in Hindi 29 : list in list ; list function Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Free

,

MCQs

;