KwickClips Python · 41 sec · free
How do you find a price by name in Python?
Short answer. Store it in a dictionary and use the name as the key.
Can a dictionary have two same keys?
No. Keys are unique.
Remember
| Key: what you search by |
| Value: what you get back |
| Keys are unique |
How do you find a price by name? Use a dictionary. Tea is a key, and ten its value. A colon joins each pair, in curly brackets. Menu at poha gives twenty five. The key is what you search by. The value is what you get. Keys are unique.
This clip is from the full lesson: Dictionaries: Key-Value Pairs, Methods and Programs — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 10 Artificial Intelligence (417), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science Essentials (083)
More KwickClips from this lesson
How does Python know whether to add or change?44 sec
Why does my dictionary loop print only names?39 sec
Which dictionary method avoids a KeyError?42 sec
How does get() help count letters?40 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

