diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3b7b6a54d501b974a841d1a5303798fa5b11141a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +linexistantpycache \ No newline at end of file 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")))