Skip to content
Snippets Groups Projects
Commit 561aeab7 authored by Adiel Van Hecke's avatar Adiel Van Hecke
Browse files

branche et emojie et gitignore

parent 2b078a2d
No related branches found
No related tags found
1 merge request!1branche et emojie et gitignore
code/__pycache__
\ No newline at end of file
......@@ -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"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment