Python mutable

Python Dictionary

Python Dictionary

Python Dictionary is a paired collection of unordered elements, group together under one name. Dictionary can hold elements of multiple data types (Heterogenous) and elements are accessed via key indexing. You got three characteristics about python dict, which are, Paired, Unordered and Key Indexing.In the real-world scenario, we all have seen dictionary (mostly language dictionary) that relate word from one

Scroll to Top