clear() setSpeed(fast) setPenColor(red) setFillColor(purple) repeat (12) { right() repeat (10) { forward(40) right(60) } }