dict
字典;词典;说
Changes to the built-in dict type.
内置dict类型的变化。
Finally, this example demonstrates that the underlying data type for a dictionary in Python is the dict object.
最后,这个示例说明了Python中dictionary的底层数据类型是dict对象。
What about all the integers used in our dict and tuple objects?
在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢?