Skip to content
Snippets Groups Projects

Branche a rebase

1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -5,6 +5,8 @@ wordToEmoji = {
'super': ':thumbs_up:',
'coeur': ':red_heart:',
'sourire': ':smiley:',
'detendu': ':relaxed:',
'bouchebée': ':open_mouth:',
}
@@ -30,4 +32,4 @@ if __name__ == "__main__":
for sentence in sys.argv:
words = sentence.split(" ")
for word in words:
convertedText += convert(translate(word))
\ No newline at end of file
convertedText += convert(translate(word))
Loading