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 000e999 commit 63ab7adCopy full SHA for 63ab7ad
Dictionaries.ipynb
@@ -161,6 +161,26 @@
161
" print(x)"
162
]
163
},
164
+ {
165
+ "cell_type": "code",
166
+ "execution_count": 10,
167
+ "metadata": {},
168
+ "outputs": [
169
170
+ "name": "stdout",
171
+ "output_type": "stream",
172
+ "text": [
173
+ "Ford\n",
174
+ "Mustang\n",
175
+ "1964\n"
176
+ ]
177
+ }
178
+ ],
179
+ "source": [
180
+ "for x in thisdict:\n",
181
+ " print(thisdict[x])"
182
183
+ },
184
{
185
"cell_type": "code",
186
"execution_count": null,
0 commit comments