Skip to content

Commit 000e999

Browse files
committed
For LOOP FOr Printing DICT
1 parent f9a9584 commit 000e999

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Dictionaries.ipynb

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,26 @@
141141
"print(x)"
142142
]
143143
},
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+
},
144164
{
145165
"cell_type": "code",
146166
"execution_count": null,

0 commit comments

Comments
 (0)