import turtle t=turtle.Turtle() for j in range(5): t.pencolor('yellow') t.forward(150) t.left(72) t.forward(150) t.right(144)