Skip to content

Commit 7b98544

Browse files
committed
GEt By Key
1 parent ab15670 commit 7b98544

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
@@ -105,6 +105,24 @@
105105
"print(thisdict)"
106106
]
107107
},
108+
{
109+
"cell_type": "code",
110+
"execution_count": 7,
111+
"metadata": {},
112+
"outputs": [
113+
{
114+
"name": "stdout",
115+
"output_type": "stream",
116+
"text": [
117+
"Mustang\n"
118+
]
119+
}
120+
],
121+
"source": [
122+
"x = thisdict[\"model\"]\n",
123+
"print(x)"
124+
]
125+
},
108126
{
109127
"cell_type": "code",
110128
"execution_count": null,

0 commit comments

Comments
 (0)