Code Sketch


shravni
By: Mhalsakant School
Category: Art
clear()
setSpeed(fast)
setBackgroundV(pink,blue)
setPenColor(randomColor)
repeat(40) {
    circle(100)
    left(90)
    right(45)
}