Fixed wrong indent.
-------
repeat(4){
repeat(4){
repeat(4){forward(100); right(90);}
penUp(); forward(110); penDown();
}
penUp(); forward(-440); right(90); forward(110); right(270); penDown();
}
P. S. If it is intended that there are NO spaces between rows, fill in the second blank with:
penUp(); forward(-440); right(90); forward(100); right(270); penDown();
Comments
Leave a comment