clear() setBackground(yellow) setSpeed(fast) repeat(50) {setFillColor(randomColor) repeat(18) {forward(200) right(120) } right(18) }