Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
6f892419cc99326ee525ed439d8ff5df
mooc-rr
Commits
f6ad4e66
Commit
f6ad4e66
authored
Feb 27, 2021
by
6f892419cc99326ee525ed439d8ff5df
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7
parent
dc49aece
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+21
-3
No files found.
module2/exo1/toy_notebook_fr.ipynb
View file @
f6ad4e66
{
"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": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment