t.fd(100) t.rt(90) t.home( ) t.pencolor("red") t.circle(50) t.goto(100,150)
for i in range(4): t.fd(100) t.rt(90)