import random

chk = random.randint(0,1)

if chk:
	print("\033[95mheyy sexy!")
else:
	print("Hello World!")

input()