8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1659629 commit 86934e7Copy full SHA for 86934e7
Mood_in_textTASK02WORK_LIBRARY_N2.py
@@ -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