Python Dictionaries
Dictionaries are used to store data values in key:value pairs. A dictionary is a collection which is ordered*, changeable and do not allow duplicates. Create and print a dictionary: thisdict = {
·
1 min read
Dictionary items are ordered, changeable, and does not allow duplicates.
Dictionary items are presented in key:value pairs, and can be referred to by using the key name.
Satyendra Kumar
Today i learn intro
No comments yet. Login to start a new discussion Start a new discussion