Skip to content

Commit 1d3977a

Browse files
committed
Dict Key Value
1 parent 88e1b79 commit 1d3977a

File tree

2 files changed

+49
-7
lines changed

2 files changed

+49
-7
lines changed

List.ipynb

-7
Original file line numberDiff line numberDiff line change
@@ -442,13 +442,6 @@
442442
"thislist.pop()\n",
443443
"print(thislist)"
444444
]
445-
},
446-
{
447-
"cell_type": "code",
448-
"execution_count": null,
449-
"metadata": {},
450-
"outputs": [],
451-
"source": []
452445
}
453446
],
454447
"metadata": {

Untitled.ipynb

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"### Dictionaries"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": 2,
13+
"metadata": {},
14+
"outputs": [],
15+
"source": [
16+
"d = {'key1':'item1',\n",
17+
" 'key2':'item2'}"
18+
]
19+
},
20+
{
21+
"cell_type": "code",
22+
"execution_count": null,
23+
"metadata": {},
24+
"outputs": [],
25+
"source": []
26+
}
27+
],
28+
"metadata": {
29+
"kernelspec": {
30+
"display_name": "Python 3",
31+
"language": "python",
32+
"name": "python3"
33+
},
34+
"language_info": {
35+
"codemirror_mode": {
36+
"name": "ipython",
37+
"version": 3
38+
},
39+
"file_extension": ".py",
40+
"mimetype": "text/x-python",
41+
"name": "python",
42+
"nbconvert_exporter": "python",
43+
"pygments_lexer": "ipython3",
44+
"version": "3.7.4"
45+
}
46+
},
47+
"nbformat": 4,
48+
"nbformat_minor": 4
49+
}

0 commit comments

Comments
 (0)