from gturtle import * makeTurtle() for i in range(3): forward(100) right(120) delay(500) hideTurtle()