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 |
No comments:
Post a Comment