For Loops
This loop will draw a square without having to type out forward and left 4 times.
Checklist
- I can explain how a for loop works.
- I can make the turtle draw heaps of shapes using only a few lines of code!
This loop will draw a square without having to type out forward and left 4 times.