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
eef7149a
Commit
eef7149a
authored
Jul 21, 2021
by
Florestan Biaux
💬
Browse files
translation
parent
81e3c2c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
get.py
0 → 100644
View file @
eef7149a
def
get
(
nom
):
main.py
View file @
eef7149a
import
tri
import
recup
import
get
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
.
recup
(
nom
)
\ No newline at end of file
# demander le nom de la conv à analyser
name
=
input
(
"Quel est le nom de la conversation à analyser ?"
)
# recuperer bonne conversation
conv
=
get
.
get
(
name
)
\ No newline at end of file
recup.py
deleted
100644 → 0
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