Kojo Programming
Learn about Kojo
E Books on Kojo
Back to Kojo Projects
Kojo exercise for May 10, 2012 - Drawing squares with patterns
repeat(), forward(), turn(), left(), right()
clear repeat (4) { forward(100) right } left repeat (4) { forward(100) left }