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
c00a86b2
Commit
c00a86b2
authored
Feb 27, 2021
by
6f892419cc99326ee525ed439d8ff5df
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.2
parent
080ba1a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+5
-5
No files found.
module2/exo1/toy_notebook_fr.ipynb
View file @
c00a86b2
...
...
@@ -4,16 +4,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# À propos du calcul de $\\pi$\n",
"
1
# À propos du calcul de $\\pi$\n",
"\n",
"## 1.1 En demandant à la lib maths\n",
"
1
## 1.1 En demandant à la lib maths\n",
"\n",
"Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n",
"
2
Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n",
"\n",
"\n",
"In [1]:\n",
"1 from math import *\n",
"2 print (pi)\n",
"
1 from math import *\n",
"
2 print (pi)\n",
" \n",
"3.141592653589793\n",
" \n",
...
...
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