diff options
Diffstat (limited to 'hw.py')
-rw-r--r-- | hw.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() |