Skip to content

Commit 091eee0

Browse files
committed
Mini cap getting done
1 parent e49f6e7 commit 091eee0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

code/kelin/labs/mini_capstone.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@
4646

4747
print(learningprint, 'Your emoji codes are ',emojicode, 'and ',emojicodetwo)
4848

49+
useremoji = emoji.emojize(emojicode)
50+
useremojitwo = emoji.emojize(emojicodetwo)
51+
52+
print('Learning Python is', useremoji, 'sometimes it can me me feel like', useremojitwo)
53+
4954

5055
# Add support for entering own emoji codes
5156

52-

0 commit comments

Comments
 (0)