Kashishkd77/Dictionary-in-Python
Dictionaries are used to store data values in key:value pairs. Dictionary is one of 4 built-in data types in Python used to store collections of data, the other 3 are List, Set, and Tuple. A dictionary is a collection which is ordered, un-indexed, changeable , does not allow duplicate key and can contain all other data types including list , set , dictionary and tuples as their items. Dictionary are written with braces {} .Here , practical demonstration of dictionary is given (creation, accessing, slicing, deleting elements, functions, operations, dictionary comprehensions, etc. ).
Python
Stargazers
No one’s star this repository yet.