KwickClips Python · 44 sec · free
How does Python know whether to add or change?
Short answer. It checks the key. An existing key changes; a new key adds a pair.
How do you delete a pair?
del menu[key].
Remember
| menu[key] reads a value |
| Old key: value changes |
| New key: pair is added |
| del removes a pair |
Add and change use one line. How? It checks the key. Tea exists, so its value changes. Idli is new, so a pair is added. Del removes poha. Brackets read a value. An old key changes. A new key adds a pair. Del removes one.
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 do you find a price by name in Python?41 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.

