import turtle while True: turtle.forward(60) turtle.right(68) if (abs(turtle.pos()))<1: break turtle.done()