10:30: I’m always needing and never remembering that dict(zip(keys, values)) is a thing. Dict keys in keys, dict values in values, and boom! now both are combined as a single dictionary. Note that keys and values must be equal in length.