📜  dict python 代码示例

📅  最后修改于: 2022-03-11 14:46:20.801000             🧑  作者: Mango

代码示例6
#Creating dictionaries
dict1 = {'color': 'blue', 'shape': 'square', 'volume':40}
dict2 = {'color': 'red', 'edges': 4, 'perimeter':15}