Let\'s work with a big dictionary (110 MB) and save it to disk:
import pickle, os d = {i: os.urandom(100) for i in range(1_000_000)} with open(\'mydict\', \