diy1.py 112 Bytes Edit 1 2 3 4 5 6 import turtle pen=turtle.Pen() for i in range(1000000): pen.forward(2) pen.right(362) turtle.done()