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] आइटम को एक्सेस करने के लिए इस्तेमाल किया जा सकता है।
80 videos
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

MCQs

,

Previous Year Questions with Solutions

,

Free

,

Sample Paper

,

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

,

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

,

ppt

,

mock tests for examination

,

Objective type Questions

,

Semester Notes

,

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

,

video lectures

,

Summary

,

Important questions

,

Viva Questions

,

study material

,

practice quizzes

,

Exam

,

shortcuts and tricks

,

Extra Questions

,

pdf

,

past year papers

;