Skip to content

Commit a82150f

Browse files
committed
will this work?
1 parent 19ff373 commit a82150f

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

notebook1_basics_plotting/py_exploratory_comp_test_sol.ipynb

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,33 @@
3131
},
3232
{
3333
"cell_type": "code",
34-
"execution_count": 3,
35-
"metadata": {},
34+
"execution_count": 1,
35+
"metadata": {
36+
"editable": true,
37+
"slideshow": {
38+
"slide_type": ""
39+
},
40+
"tags": []
41+
},
3642
"outputs": [
3743
{
38-
"data": {
39-
"text/plain": [
40-
"12"
41-
]
42-
},
43-
"execution_count": 3,
44-
"metadata": {},
45-
"output_type": "execute_result"
44+
"name": "stdout",
45+
"output_type": "stream",
46+
"text": [
47+
"12\n"
48+
]
4649
}
4750
],
4851
"source": [
49-
"6 * 2"
52+
"print(6 * 2)"
5053
]
54+
},
55+
{
56+
"cell_type": "code",
57+
"execution_count": null,
58+
"metadata": {},
59+
"outputs": [],
60+
"source": []
5161
}
5262
],
5363
"metadata": {

0 commit comments

Comments
 (0)