Python Dictionary Length
Dictionary Length
To determine how many items (key-value pairs) a dictionary has, use the len() method.
Related Pages
Python Dictionaries Tutorial Dictionary Access Dictionary Items Change Dictionary Item Loop Dictionary Items Check if Dictionary Item Exists Add Dictionary Item Remove Dictionary Items Copy Dictionary Nested Dictionaries