We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489d578 commit ffc99bcCopy full SHA for ffc99bc
data-structure/dictionary.ipynb
@@ -58,16 +58,16 @@
58
},
59
{
60
"cell_type": "code",
61
- "execution_count": 21,
+ "execution_count": 22,
62
"metadata": {},
63
"outputs": [
64
65
"data": {
66
"text/plain": [
67
- "49"
+ "'Avik'"
68
]
69
70
71
72
"output_type": "execute_result"
73
}
@@ -76,6 +76,26 @@
76
"d = {12 : \"Avik\", True : 49}\n",
77
"student[True]"
78
79
+ },
80
+ {
81
+ "cell_type": "code",
82
+ "execution_count": 23,
83
+ "metadata": {},
84
+ "outputs": [
85
86
+ "data": {
87
+ "text/plain": [
88
89
+ ]
90
91
92
93
+ "output_type": "execute_result"
94
+ }
95
+ ],
96
+ "source": [
97
+ "d.get(12)"
98
99
100
],
101
"metadata": {
0 commit comments