From 00276af0b5de17b39e30469d234a90c0477774a3 Mon Sep 17 00:00:00 2001 From: Kevin Fairise <kevin.fairise@student-cs.fr> Date: Wed, 14 Oct 2020 14:05:33 +0200 Subject: [PATCH] aded new emojies --- code/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/main.py b/code/main.py index 1d4b7d7..3905dce 100644 --- a/code/main.py +++ b/code/main.py @@ -5,6 +5,8 @@ wordToEmoji = { 'super': ':thumbs_up:', 'coeur': ':red_heart:', 'sourire': ':smiley:', + 'detendu': ':relaxed:', + 'bouchebée': ':open_mouth:', } @@ -22,4 +24,4 @@ def convert(word): if __name__ == "__main__": - print(convert(translate('sourire'))) \ No newline at end of file + print(convert(translate('bouchebée'))) \ No newline at end of file -- GitLab