dios.
dios_options
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs
d = {} for k, v in iterable:
d[k] = v
in the keyword argument list. For example: dict(one=1, two=2)