diff --git a/.gitignore/inutile.md b/.gitignore/inutile.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/code/main.py b/code/main.py index 39941849f71cfcb06f084964618ea8664ab6e18e..c4a990d298fc40519a14fdadf0789d9c8a0612eb 100644 --- a/code/main.py +++ b/code/main.py @@ -4,6 +4,8 @@ wordToEmoji = { 'super': ':thumbs_up:', 'coeur': ':red_heart:', 'sourire': ':smiley:', + 'bourre': ':zany_face:' + } @@ -22,3 +24,4 @@ def convert(word): if __name__ == "__main__": print("super") + print(convert(translate("super")))