import turtle pen=turtle.Pen() while True: pen.forward(200) pen.right(142) turtle.done()