Skip to content
Snippets Groups Projects

branche et emojie et gitignore

2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
1
@@ -4,6 +4,7 @@ wordToEmoji = {
@@ -4,6 +4,7 @@ wordToEmoji = {
'super': ':thumbs_up:',
'super': ':thumbs_up:',
'coeur': ':red_heart:',
'coeur': ':red_heart:',
'sourire': ':smiley:',
'sourire': ':smiley:',
 
'beurk':':nauseated_face:'
}
}
@@ -21,4 +22,5 @@ def convert(word):
@@ -21,4 +22,5 @@ def convert(word):
if __name__ == "__main__":
if __name__ == "__main__":
print("super")
print("super", convert("super"))
 
print(translate("beurk"))
Loading