Code Sketch


sanika salunkhe
By: Mhalsakant School
Category: Art
clear()
setSpeed(fast)
setBackground(pink)
repeat(50) {
    setPenColor(randomColor)
    circle(90)
    right(93)

}