clear() setSpeed(fast) setPenColor(red) repeat(11) { setFillColor(randomColor) repeat(68) { right() forward(100) } right(70) }