Code Sketch


samarth777
By: Mhalsakant School
Category: Art
clear()
setSpeed(superFast)
setFillColor(yellow)
repeat(100) {
    repeat(90) {
        forward(100)
        right(20)
    }
    right(9)
}
hop(1000)