diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..c7224c667175e4529d6e48cc9cc474a79aeaa54f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +code/__pycache__ \ No newline at end of file diff --git a/code/main.py b/code/main.py index 39941849f71cfcb06f084964618ea8664ab6e18e..d9bf28c361e79d07743a55291c05098b8f92d341 100644 --- a/code/main.py +++ b/code/main.py @@ -4,6 +4,7 @@ wordToEmoji = { 'super': ':thumbs_up:', 'coeur': ':red_heart:', 'sourire': ':smiley:', + 'beurk':':nauseated_face:' } @@ -21,4 +22,5 @@ def convert(word): if __name__ == "__main__": - print("super") + print("super", convert("super")) + print(translate("beurk"))