Skip to content

Commit 9bfc740

Browse files
authored
Create program.py
1 parent ce7e971 commit 9bfc740

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import emoji
2+
3+
4+
print(emoji.emojize(":grinning_face_with_big_eyes:"))
5+
print(emoji.emojize(":winking_face_with_tongue:"))
6+
print(emoji.emojize(":zipper-mouth_face:"))
7+
8+
# grinning face
9+
print("\U0001f600")
10+
11+
# grinning squinting face
12+
print("\U0001F606")
13+
14+
# rolling on the floor laughing
15+
print("\U0001F923")

0 commit comments

Comments
 (0)