Skip to content

Commit 8d98376

Browse files
authored
Add files via upload
1 parent 2325687 commit 8d98376

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import unicodedata
2+
3+
em = input('Enter Emoji : ')
4+
print(unicodedata.name(em[0]))

0 commit comments

Comments
 (0)