Skip to content

Commit c437150

Browse files
com
1 parent 0374f87 commit c437150

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Python-Exercises-2-Intermediate.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,19 @@
430430
"id": "e8d556c6",
431431
"metadata": {},
432432
"outputs": [],
433+
"source": [
434+
"a = {\"brand\": \"Ford\", \"electric\": False, \"year\": 1964,\"colors\": [\"red\", \"white\", \"blue\"]}\n",
435+
"\n",
436+
"# remove last item from given dictionary. a.popitem()\n",
437+
"\n"
438+
]
439+
},
440+
{
441+
"cell_type": "code",
442+
"execution_count": null,
443+
"id": "22c1796d",
444+
"metadata": {},
445+
"outputs": [],
433446
"source": []
434447
}
435448
],

0 commit comments

Comments
 (0)