toy-notbook3.3

parent 77f1ee7f
{ {
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "markdown",
"execution_count": null,
"metadata": {}, "metadata": {},
"outputs": [],
"source": [ "source": [
"# toy-notbook-fr\n", "# toy-notbook-fr\n",
"\n", "\n",
...@@ -14,7 +12,7 @@ ...@@ -14,7 +12,7 @@
"\n", "\n",
"#### **1.1 En demandant à la lib maths**\n", "#### **1.1 En demandant à la lib maths**\n",
"\n", "\n",
"Mon ordinateur m'indique que $\\pi$ vaut *approximativement\n", "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n",
"\n", "\n",
"In [1]: >from math import *\n", "In [1]: >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