7

parent dc49aece
{
"cells": [
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"ename": "SyntaxError",
"evalue": "invalid syntax (<ipython-input-1-e1e17e9fb07e>, line 4)",
"output_type": "error",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-1-e1e17e9fb07e>\"\u001b[0;36m, line \u001b[0;32m4\u001b[0m\n\u001b[0;31m Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
]
}
],
"source": [
"# 1 À propos du calcul de $\\pi$\n",
"\n",
......@@ -11,8 +22,8 @@
"\n",
"\n",
"In \\[1]:\n",
"from math import *\n",
"print (pi)\n",
">from math import *\n",
">print (pi)\n",
" \n",
"3.141592653589793\n",
" \n",
......@@ -63,6 +74,13 @@
"3.1120000000000001\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
......
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