import turtle pen=turtle.Pen() for i in range(5): pen.forward(200) pen.right(144) pen.wait(1) pen.hideturtle() pen.done()