from gturtle import * makeTurtle() for i in range(9): forward(80*(i+1)) right(120) delay(500) hideTurtle()