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