Published

graphic
for(var i=1; i<20; i++){
turtle.move(100)
turtle.turn(90)
turtle.move(100)
turtle.turn(90)
turtle.move(100)
turtle.turn(90)
turtle.move(100)
turtle.turn(100)
}