clear() setPenColor(randomColor) setFillColor(randomColor) setSpeed(fast) repeat(40) { circle(100) left(90) right(45) } setBackground(black)