from turtle import * reset() for count2 in range(73): L = 64 left(5) for count in range(6): forward(L) right(60)