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 f9a9584 commit 000e999Copy full SHA for 000e999
Dictionaries.ipynb
@@ -141,6 +141,26 @@
141
"print(x)"
142
]
143
},
144
+ {
145
+ "cell_type": "code",
146
+ "execution_count": 9,
147
+ "metadata": {},
148
+ "outputs": [
149
150
+ "name": "stdout",
151
+ "output_type": "stream",
152
+ "text": [
153
+ "brand\n",
154
+ "model\n",
155
+ "year\n"
156
+ ]
157
+ }
158
+ ],
159
+ "source": [
160
+ "for x in thisdict:\n",
161
+ " print(x)"
162
163
+ },
164
{
165
"cell_type": "code",
166
"execution_count": null,
0 commit comments