8000 Add files via upload · realpython/python-scripts@86934e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86934e7

Browse files
authored
Add files via upload
1 parent 1659629 commit 86934e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Mood_in_textTASK02WORK_LIBRARY_N2.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from colorama import Fore, init
2+
import emoji
3+
init()
4+
mood_choise = int(input("1 joyful mood \n2 grief mood \n3 excited mood \n4 exhausted mood \nhi!, How are you today:"))
5+
if mood_choise == 1:
6+
print(U+5350(Fore.Orange + ":"))

0 commit comments

Comments
 (0)
0