Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florestan Biaux
Messenger Statistics
Commits
81e3c2c2
Commit
81e3c2c2
authored
Jul 21, 2021
by
Florestan Biaux
💬
Browse files
MaJ SDK + ajout recup.py
parent
ccd9beeb
Changes
2
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
81e3c2c2
import
tri
import
recup
if
__name__
==
"__main__"
:
#demander le nom de la conv à analyser
nom
=
input
(
"Quel est le nom de la conversation à analyser ?"
)
#recuperer bonne conversation
#conv = recup(nom)
\ No newline at end of file
conv
=
recup
.
recup
(
nom
)
\ No newline at end of file
recup.py
0 → 100644
View file @
81e3c2c2
def
recup
(
nom
):
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