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
a6a8e0f601822270ca754f29f77749b6
mooc-rr
Commits
59de77bb
Commit
59de77bb
authored
Sep 23, 2020
by
a6a8e0f601822270ca754f29f77749b6
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Première execution
parent
b5fb2a60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
Info_Journal.csv
module2/exo4/Info_Journal.csv
+0
-0
exercice.ipynb
module2/exo4/exercice.ipynb
+10
-3
No files found.
module2/exo4/Info_Journal.csv
0 → 100644
View file @
59de77bb
module2/exo4/exercice.ipynb
View file @
59de77bb
...
...
@@ -26,12 +26,12 @@
},
{
"cell_type": "code",
"execution_count":
null
,
"execution_count":
7
,
"metadata": {},
"outputs": [],
"source": [
"NomFichentree = \"
work/Journal/Readme_Journal
.md\"\n",
"NomFichsortie = \"
work/module2/exo4
/Info_Journal.csv\"\n",
"NomFichentree = \"
../../journal/Readme
.md\"\n",
"NomFichsortie = \"
.
/Info_Journal.csv\"\n",
"\n",
"with open(NomFichsortie, \"w\", encoding='utf-8') as sortie:\n",
" with open(NomFichentree, \"r\", encoding='utf-8') as entree:\n",
...
...
@@ -44,6 +44,13 @@
" for mot in listemots:\n",
" sortie.write(f\"{date};{mot}\\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