We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b98544 commit f9a9584Copy full SHA for f9a9584
Dictionaries.ipynb
@@ -123,6 +123,24 @@
123
"print(x)"
124
]
125
},
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
+ },
144
{
145
"cell_type": "code",
146
"execution_count": null,
0 commit comments