Wednesday, January 28, 2015

Python Dictionary

A dictionary is mutable and is another container type that can store any number of Python objects, including other container types. Dictionaries consist of pairs (called items) of keys and their corresponding values.

Source Code: example10.py
Output: Python Shell
 Reference: www.tutorialspoint.com

No comments:

Post a Comment