Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorial in Hindi 27 : List part 3 ( pop method ; remove method )

Python tutorial in Hindi 27 : List part 3 ( pop method ; remove method ) Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorial in Hindi 27 : List part 3 ( pop method ; remove method ) Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. pop() और remove() मेथड क्या हैं?
Ans. pop() और remove() दोनों list के तत्वों को हटाने के लिए प्रयुक्त किए जाने वाले मेथड हैं। pop() मेथड तत्व को index के आधार पर हटाता है, जबकि remove() मेथड तत्व को मान के आधार पर हटाता है।
2. pop() मेथड का उपयोग कैसे करें?
Ans. pop() मेथड का उपयोग तत्व को index के आधार पर हटाने के लिए किया जाता है। इसका सिन्टेक्स निम्नलिखित है: list_name.pop(index) यहां, list_name वह list है जिसमें से तत्व हटाना है, और index वह अंक है जिसके आधार पर तत्व हटाया जाएगा।
3. remove() मेथड का उपयोग कैसे करें?
Ans. remove() मेथड का उपयोग तत्व को मान के आधार पर हटाने के लिए किया जाता है। इसका सिन्टेक्स निम्नलिखित है: list_name.remove(value) यहां, list_name वह list है जिसमें से तत्व हटाना है, और value वह मान है जिसे हटाया जाना है।
4. pop() और remove() मेथड में क्या अंतर है?
Ans. pop() और remove() मेथड में मुख्य अंतर यह है कि pop() मेथड index के आधार पर तत्व हटाता है, जबकि remove() मेथड मान के आधार पर तत्व हटाता है। अतः, pop() मेथड के लिए हमें तत्व का index जानना होगा जबकि remove() मेथड के लिए हमें तत्व का मान जानना होगा।
5. pop() और remove() मेथड किस स्थिति में उपयोगी हो सकते हैं?
Ans. pop() और remove() मेथड list में तत्वों को हटाने के लिए उपयोगी हो सकते हैं। यदि हमें किसी विशेष index के तत्व को हटाना हो तो हम pop() मेथड का उपयोग कर सकते हैं, जबकि यदि हमें किसी विशेष मान वाले तत्व को हटाना हो तो हम remove() मेथड का उपयोग कर सकते हैं।
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

Important questions

,

Previous Year Questions with Solutions

,

past year papers

,

Viva Questions

,

Free

,

Sample Paper

,

ppt

,

pdf

,

Objective type Questions

,

video lectures

,

Python tutorial in Hindi 27 : List part 3 ( pop method ; remove method ) Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

mock tests for examination

,

Python tutorial in Hindi 27 : List part 3 ( pop method ; remove method ) Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

MCQs

,

Exam

,

study material

,

Semester Notes

,

practice quizzes

,

Summary

,

Extra Questions

,

shortcuts and tricks

,

Python tutorial in Hindi 27 : List part 3 ( pop method ; remove method ) Video Lecture | Python Tutorial in Hindi - Back-End Programming

;