Skip to content

Commit 63ab7ad

Browse files
committed
Print Values
1 parent 000e999 commit 63ab7ad

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
@@ -161,6 +161,26 @@
161161
" print(x)"
162162
]
163163
},
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+
},
164184
{
165185
"cell_type": "code",
166186
"execution_count": null,

0 commit comments

Comments
 (0)