clear() setSpeed(fast) setPenColor(green) setPenThickness(6) setFillColor(yellow) repeat(14){ right(50) repeat(360){ forward(2) right(1) } }