Code Sketch


atharva ghodke
By: Mhalsakant School
Category: Art
clear()
cleari()
cleari()
setSpeed(fast)
setBackground(red)
setFillColor(blue)
setPenColor(pink)
repeat(59){
    right(59)
    repeat(8){
        forward(60)
        right(30)
    }
}