aboutsummaryrefslogtreecommitdiff
path: root/hw.py
diff options
context:
space:
mode:
Diffstat (limited to 'hw.py')
-rw-r--r--hw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw.py b/hw.py
index cc44530..b883951 100644
--- a/hw.py
+++ b/hw.py
@@ -3,7 +3,7 @@ import random
chk = random.randint(0,1)
if chk:
- print("\033[95mheyy sexy!")
+ print("\033[95mheyy sexy!\033[0m")
else:
print("Hello World!")