aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw.py b/hw.py
index 003a965..cc44530 100644
--- a/hw.py
+++ b/hw.py
@@ -2,9 +2,9 @@ import random
chk = random.randint(0,1)
-#add color for chk case.
if chk:
- print("heyy sexy!")
+ print("\033[95mheyy sexy!")
else:
print("Hello World!")
-
+
+input()