import random chk = random.randint(0,1) if chk: print("\033[95mheyy sexy!\033[0m") else: print("Hello World!") input()