Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python Tutorial in Hindi 39 : Dictionaries Basic concept

Python Tutorial in Hindi 39 : Dictionaries Basic concept Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python Tutorial in Hindi 39 : Dictionaries Basic concept Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. शब्दकोशों के बेसिक कॉन्सेप्ट क्या हैं?
उत्तर: शब्दकोश एक पायथन में एक डेटा संरचना है जो कीवर्ड-मान जोड़ने के लिए इस्तेमाल होती है। इसमें कीवर्ड एक वैल्यू के साथ जुड़ी होती है और इसे इंडेक्स के द्वारा एक्सेस किया जा सकता है।
2. शब्दकोश में कीवर्ड-मान कौनसे तरीके से जोड़े जा सकते हैं?
उत्तर: शब्दकोश में कीवर्ड-मान जोड़ने के लिए हम एक कीवर्ड के बाद एक कोलन (:) लगाकर कीवर्ड-मान को उद्धृत करते हैं। उदाहरण के लिए: my_dict = {'कीवर्ड': 'मान'}
3. शब्दकोश में कीवर्ड-मान कैसे एक्सेस किये जा सकते हैं?
उत्तर: शब्दकोश में कीवर्ड-मान को एक्सेस करने के लिए हम शब्दकोश का नाम और उसके बाद चयनित कीवर्ड के नाम का उपयोग करते हैं। उदाहरण के लिए: value = my_dict['कीवर्ड']
4. शब्दकोश में कैसे एक कीवर्ड हटाया जा सकता है?
उत्तर: शब्दकोश में किसी कीवर्ड को हटाने के लिए हम शब्दकोश का नाम और उसके बाद चयनित कीवर्ड के नाम का उपयोग करते हैं और del कीवर्ड का उपयोग करते हैं। उदाहरण के लिए: del my_dict['कीवर्ड']
5. शब्दकोश क्या हैं और इसका क्या उपयोग होता है?
उत्तर: शब्दकोश पायथन में एक महत्वपूर्ण डेटा संरचना है जो कीवर्ड-मान जोड़ने और उन्हें एक्सेस करने के लिए उपयोग होती है। इसका उपयोग कम्प्यूटर प्रोग्रामिंग में डेटा को संग्रहीत करने और उसे दोबारा उपयोग करने के लिए किया जाता है।
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

ppt

,

shortcuts and tricks

,

Semester Notes

,

Extra Questions

,

mock tests for examination

,

Free

,

MCQs

,

Python Tutorial in Hindi 39 : Dictionaries Basic concept Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

past year papers

,

Summary

,

Python Tutorial in Hindi 39 : Dictionaries Basic concept Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

study material

,

Important questions

,

video lectures

,

Objective type Questions

,

Python Tutorial in Hindi 39 : Dictionaries Basic concept Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Sample Paper

,

Previous Year Questions with Solutions

,

pdf

,

practice quizzes

,

Exam

,

Viva Questions

;