KwickClips Python · 40 sec · free
What does get(r, 0) do?
Short answer. It returns the current count of r, or 0 if r is not in the dictionary yet.
What is stored as the dictionary key?
The item being counted.
Remember
| Key: the run; value: its count |
| get(r, 0) avoids KeyError |
Count every run in an over, in one loop. F is the frequency dictionary. Get returns the count so far, or zero. Add one each time. Remember two things. The key is the run, the value is its count. Get avoids a key error.
This clip is from the full lesson: List Programs: Maximum, Minimum, Mean, Linear Search and Frequency — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science Essentials (083), CBSE Class 11 Computer Science Essentials (083)
More KwickClips from this lesson
Voice-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.




