from gturtle import * makeTurtle() forward(100) right(120) forward(100) right(120) forward(100) right(120) delay(500) hideTurtle()