how to find the size of a dictionary in python code example Example: python get size of dictionary d = {"foo": "bar"} size = len(d)