name = { key1 : value1 , key2 : value2 ,……}
由鍵值對組成,鍵必須是不可變數據類型組成,壹般是唯壹的,如果重復則會覆蓋
例 :dict = { " 性別 " : " 女 " , " 年齡 " : 18}