python what does len do on a dictionary code example Example: python get size of dictionary d = {"foo": "bar"} size = len(d)