clear() setSpeed(fast) setBackgroundV(pink,blue) repeat(40) { setPenColor(randomColor) circle(100) left(90) right(45) }