Skip to content
Snippets Groups Projects

aded new emojies

Merged Kevin Fairise requested to merge formation into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -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
Loading