count=3
while count>1:
	print('happycoding')
	count=count-1 
	if count==2:
		break