Code Sketch


YadneshRW4
By: Mhalsakant School
Category: Art
clear()
setSpeed(superFast)
setFillColor(cm.hsl(0.50, 0.8, 0.20))
repeat(100) {
    repeat(90) {
        forward(100)
        right(80)
    }
    right(4)
}
hop(1000)