diff options
-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!") |
index : demo_repo.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | hw.py | 2 |
@@ -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!") |