Skip to content

Commit 40f7b85

Browse files
authored
Merge pull request #2 from BlacksheepJane/mine
2 parents 890b322 + 9bb82a4 commit 40f7b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week4/emojize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from emoji import emojize
22

3-
print("Output:", emojize(input("Input: ")))
3+
print("Output:", emojize(input("Input: "), language="alias"))

0 commit comments

Comments
 (0)