Skip to content

Commit ab15670

Browse files
committed
DICT COnfig
1 parent fc87537 commit ab15670

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Dictionaries.ipynb

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,32 @@
7979
"print(thisdict)"
8080
]
8181
},
82+
{
83+
"cell_type": "code",
84+
"execution_count": 6,
85+
"metadata": {},
86+
"outputs": [
87+
{
88+
"name": "stdout",
89+
"output_type": "stream",
90+
"text": [
91+
"{'brand': 'Ford', 'model': 'Mustang', 'year': 1964}\n"
92+
]
93+
}
94+
],
95+
"source": [
96+
"thisdict = {\n",
97+
" \"brand\": \"Ford\",\n",
98+
" \"model\": \"Mustang\",\n",
99+
" \"model\": \"Mustang\",\n",
100+
" \"brand\": \"Ford\",\n",
101+
" \"model\": \"Mustang\",\n",
102+
" \"model\": \"Mustang\",\n",
103+
" \"year\": 1964\n",
104+
"}\n",
105+
"print(thisdict)"
106+
]
107+
},
82108
{
83109
"cell_type": "code",
84110
"execution_count": null,

0 commit comments

Comments
 (0)