aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@live.com>2022-11-26 18:50:52 -0600
committerChristian Hodgden <chrhodgden@live.com>2022-11-26 18:50:52 -0600
commit93b849e2c52c4f23655855349583c5ade5604c8f (patch)
tree06b1c3d98d20f78a787a4ec1f52d95ba6069c57e
parent211d8402763818fead16fccba2538d5abfa666e2 (diff)
reset color
-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!")