from turtle import* for i in range(3): fd(200) right(120) left(60) fd(200) right(120) fd(400) seth(180) fd(400) seth(60) fd(200) done