diff options
author | Christian Hodgden <chrhodgden@live.com> | 2022-11-26 18:50:52 -0600 |
---|---|---|
committer | Christian Hodgden <chrhodgden@live.com> | 2022-11-26 18:50:52 -0600 |
commit | 93b849e2c52c4f23655855349583c5ade5604c8f (patch) | |
tree | 06b1c3d98d20f78a787a4ec1f52d95ba6069c57e /hw.py | |
parent | 211d8402763818fead16fccba2538d5abfa666e2 (diff) |
reset color
Diffstat (limited to 'hw.py')
-rw-r--r-- | hw.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!") |