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 63ab7ad commit c520064Copy full SHA for c520064
Dictionaries.ipynb
@@ -181,6 +181,26 @@
181
" print(thisdict[x])"
182
]
183
},
184
+ {
185
+ "cell_type": "code",
186
+ "execution_count": 11,
187
+ "metadata": {},
188
+ "outputs": [
189
190
+ "name": "stdout",
191
+ "output_type": "stream",
192
+ "text": [
193
+ "Ford\n",
194
+ "Mustang\n",
195
+ "1964\n"
196
+ ]
197
+ }
198
+ ],
199
+ "source": [
200
+ "for x in thisdict.values():\n",
201
+ " print(x)"
202
203
+ },
204
{
205
"cell_type": "code",
206
"execution_count": null,
0 commit comments