import random chk = random.randint(0,1) #add color for chk case. if chk: print("heyy sexy!") else: print("Hello World!")