Code Sketch


YadneshRW12
By: Mhalsakant School
Category: Art
clear()
setSpeed(superFast)
setFillColor(cm.hsl(0.50, 0.38, 0.70))
repeat(100) {
    repeat(8) {
        forward(100)
        right(80)
    }
    right(90)
}
hop(1000)