Code Sketch


found a new method to make a project asked and e
By: tarunsingh
Category: Programming
clear()
setSpeed(fast)
def square() {
    repeat(4) {
        forward(90)
        right(90)}}
            repeat(10) {
                square()
                 forward(90)
                  square()
            }
            forward(90)