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 c520064 commit 57fa357Copy full SHA for 57fa357
Dictionaries.ipynb
@@ -201,6 +201,26 @@
201
" print(x)"
202
]
203
},
204
+ {
205
+ "cell_type": "code",
206
+ "execution_count": 12,
207
+ "metadata": {},
208
+ "outputs": [
209
210
+ "name": "stdout",
211
+ "output_type": "stream",
212
+ "text": [
213
+ "brand Ford\n",
214
+ "model Mustang\n",
215
+ "year 1964\n"
216
+ ]
217
+ }
218
+ ],
219
+ "source": [
220
+ "for x, y in thisdict.items():\n",
221
+ " print(x, y)"
222
223
+ },
224
{
225
"cell_type": "code",
226
"execution_count": null,
0 commit comments