from turtle import*

for i in range(3):
	color('black')
	forward(200)
	left(120)

n=input("")
