clear() setSpeed(fast) setBackground(black) repeat(40) { setPenColor(randomColor) circle(100) left(93) }