Skip to content

Commit f9a9584

Browse files
committed
GET DICT
1 parent 7b98544 commit f9a9584

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Dictionaries.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,24 @@
123123
"print(x)"
124124
]
125125
},
126+
{
127+
"cell_type": "code",
128+
"execution_count": 8,
129+
"metadata": {},
130+
"outputs": [
131+
{
132+
"name": "stdout",
133+
"output_type": "stream",
134+
"text": [
135+
"Mustang\n"
136+
]
137+
}
138+
],
139+
"source": [
140+
"x = thisdict.get(\"model\")\n",
141+
"print(x)"
142+
]
143+
},
126144
{
127145
"cell_type": "code",
128146
"execution_count": null,

0 commit comments

Comments
 (0)