Title: Dictionary Python | Python Tutorials | CodeMistic
Description: Python dictionary is an unordered collection of items. The collections we have studied till now like list , tuple and string are all ordered collections as well as can hold only one value as their element On the other hand dictionary is an unordered collection which holds the data in a key: value pair. Sometimes we need to store the data so that one piece of information is connected to another piece of information.
Keywords:
Domain: codemistic.github.io
Links:
Viewport: width=device-width, initial-scale=1.0