Skip to content
Snippets Groups Projects
Commit 374f90ed authored by Kevin Fairise's avatar Kevin Fairise
Browse files

Merge branch 'formation' into 'master'

aded new emojies

See merge request !1
parents 8d4d9d9d 00276af0
Branches
No related tags found
1 merge request!1aded new emojies
...@@ -5,6 +5,8 @@ wordToEmoji = { ...@@ -5,6 +5,8 @@ wordToEmoji = {
'super': ':thumbs_up:', 'super': ':thumbs_up:',
'coeur': ':red_heart:', 'coeur': ':red_heart:',
'sourire': ':smiley:', 'sourire': ':smiley:',
'detendu': ':relaxed:',
'bouchebée': ':open_mouth:',
} }
...@@ -22,4 +24,4 @@ def convert(word): ...@@ -22,4 +24,4 @@ def convert(word):
if __name__ == "__main__": if __name__ == "__main__":
print(convert(translate('sourire'))) print(convert(translate('bouchebée')))
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment