Typos

parent 92bc782a
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
}, },
"source": [ "source": [
"## En demandant à la lib maths\n", "## En demandant à la lib maths\n",
"mon ordinateur m'indique que $\\pi$ vaut *approximativement*" "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*"
] ]
}, },
{ {
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
} }
], ],
"source": [ "source": [
"from math import*\n", "from math import *\n",
"print(pi)" "print(pi)"
] ]
}, },
......
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