no commit message

parent 288c6108
...@@ -33,8 +33,10 @@ ...@@ -33,8 +33,10 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 4,
"metadata": {}, "metadata": {
"scrolled": true
},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
...@@ -45,7 +47,7 @@ ...@@ -45,7 +47,7 @@
} }
], ],
"source": [ "source": [
"In [1]: from math import *\n", "from math import *\n",
"print(pi)\n" "print(pi)\n"
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment