Introduction
You use keys to find and get the exact value you want from a collection called a dictionary. It helps you quickly find information without searching everything.
When you have a list of items with names and you want to find the price of a specific item.
When you store user information like name and age, and want to get the age using the name.
When you keep settings in a program and want to check the value of a particular setting.
When you have a phone book stored as names and numbers and want to find a number by name.