Day-11 | Python For DevOps | Python Real Time UseCase with Dictionaries
Dictionaries in Python
Definition: A dictionary in Python is an unordered collection of items. Each item in a dictionary has a key-value pair, where the key is a unique identifier and the value is the associated data. Dictionaries are defined using c...
devopshub.com3 min read