from turtle import * reset() for count in range(50): forward(60) left(64)