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

Merge branch 'mabranche' into 'master'

branche et emojie et gitignore

See merge request 2024vanheckad/formation-git!1
parents 2b078a2d 561aeab7
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