Dictionary Methods in Python in Hindi
Python में dictionary के लिए कई built-in methods उपलब्ध हैं जिनका इस्तेमाल data manipulation के लिए किया जाता है। नीचे इनके बारें में दिया गया है:- 1:- clear() clear() method का उपयोग dictionary के सारे items को remove करने के लिए किया जाता है। इसका मतलब है कि dictionary खाली हो जाएगी, लेकिन dictionary की … Read more