Yong Cui·Follow1 min read·Jun 5, 2020--ListenShareSure, John.The dict constructor is how we can create a dict object. One way to use the constructor is to supply with a dictionary and some additional key-value pairs. In this case, d0 is the dictionary and unpacked d1 provides the key-value pairs.