格式 : name = { key1 : value1 , key2 : value2 ,……} 由键值对组成,键必须是不可变数据类型组成,一般是唯一的,如果重复则会覆盖 例 :

dict = { " 性别 " : " 女 " , " 年龄 " : 18}