clear() showAxes() setSpeed(fast) setPenColor(red) setPenThickness(5) setFillColor(yellow) repeat(36){repeat(360){ forward(2) right(1) } left(10) }