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