Code Sketch


muskan
By: Mhalsakant School
Category: Art
cleari()
setSpeed(fast)
setBackgroundH(blue,pink)
repeat(50) {
    setPenColor(randomColor)
   circle(90)
   right(93)
}