clear() setSpeed(fast) setPenColor(black) setBackgroundV(pink, blue) repeat(40) { setPenColor(randomColor) circle(80) right(93) }