We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 890b322 + 9bb82a4 commit 40f7b85Copy full SHA for 40f7b85
Week4/emojize.py
@@ -1,3 +1,3 @@
1
from emoji import emojize
2
3
-print("Output:", emojize(input("Input: ")))
+print("Output:", emojize(input("Input: "), language="alias"))
0 commit comments