Code Sketch


ishwari kshirsagar
By: Mhalsakant School
Category: Art
clear()
setSpeed(fast)
setPenColor(black)
setBackgroundV(pink, blue)
repeat(40) {
    setPenColor(randomColor)
    circle(80)
    right(93)
}