Skip to content

Commit ffc99bc

Browse files
committed
modify dictionary.ipynb
1 parent 489d578 commit ffc99bc

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

data-structure/dictionary.ipynb

+23-3
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
},
5959
{
6060
"cell_type": "code",
61-
"execution_count": 21,
61+
"execution_count": 22,
6262
"metadata": {},
6363
"outputs": [
6464
{
6565
"data": {
6666
"text/plain": [
67-
"49"
67+
"'Avik'"
6868
]
6969
},
70-
"execution_count": 21,
70+
"execution_count": 22,
7171
"metadata": {},
7272
"output_type": "execute_result"
7373
}
@@ -76,6 +76,26 @@
7676
"d = {12 : \"Avik\", True : 49}\n",
7777
"student[True]"
7878
]
79+
},
80+
{
81+
"cell_type": "code",
82+
"execution_count": 23,
83+
"metadata": {},
84+
"outputs": [
85+
{
86+
"data": {
87+
"text/plain": [
88+
"'Avik'"
89+
]
90+
},
91+
"execution_count": 23,
92+
"metadata": {},
93+
"output_type": "execute_result"
94+
}
95+
],
96+
"source": [
97+
"d.get(12)"
98+
]
7999
}
80100
],
81101
"metadata": {

0 commit comments

Comments
 (0)