Salinan Kamus Python yang dalam

import copy
d = { ... }
d2 = copy.deepcopy(d)
Krzysztof Baran