Skip to content

Commit 046fb50

Browse files
committed
Dict
1 parent 1d3977a commit 046fb50

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

Untitled.ipynb

+36-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,43 @@
1919
},
2020
{
2121
"cell_type": "code",
22-
"execution_count": null,
22+
"execution_count": 3,
2323
"metadata": {},
24-
"outputs": [],
25-
"source": []
24+
"outputs": [
25+
{
26+
"data": {
27+
"text/plain": [
28+
"{'key1': 'item1', 'key2': 'item2'}"
29+
]
30+
},
31+
"execution_count": 3,
32+
"metadata": {},
33+
"output_type": "execute_result"
34+
}
35+
],
36+
"source": [
37+
"d"
38+
]
39+
},
40+
{
41+
"cell_type": "code",
42+
"execution_count": 4,
43+
"metadata": {},
44+
"outputs": [
45+
{
46+
"data": {
47+
"text/plain": [
48+
"'item1'"
49+
]
50+
},
51+
"execution_count": 4,
52+
"metadata": {},
53+
"output_type": "execute_result"
54+
}
55+
],
56+
"source": [
57+
"d['key1']"
58+
]
2659
}
2760
],
2861
"metadata": {

0 commit comments

Comments
 (0)