dict size python 3 code example Example: python get size of dictionary d = {"foo": "bar"} size = len(d)