We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ff373 commit a82150fCopy full SHA for a82150f
1 file changed
notebook1_basics_plotting/py_exploratory_comp_test_sol.ipynb
@@ -31,23 +31,33 @@
31
},
32
{
33
"cell_type": "code",
34
- "execution_count": 3,
35
- "metadata": {},
+ "execution_count": 1,
+ "metadata": {
36
+ "editable": true,
37
+ "slideshow": {
38
+ "slide_type": ""
39
+ },
40
+ "tags": []
41
42
"outputs": [
43
- "data": {
- "text/plain": [
- "12"
- ]
- },
44
45
- "output_type": "execute_result"
+ "name": "stdout",
+ "output_type": "stream",
46
+ "text": [
47
+ "12\n"
48
+ ]
49
}
50
],
51
"source": [
- "6 * 2"
52
+ "print(6 * 2)"
53
]
54
55
+ {
56
+ "cell_type": "code",
57
+ "execution_count": null,
58
+ "metadata": {},
59
+ "outputs": [],
60
+ "source": []
61
62
63
"metadata": {
0 commit comments