5. For Loops and Turtle Graphics¶
- 5.1. Hello Little Turtles!
- 5.2. Our First Turtle Program
- 5.3. Instances — A Herd of Turtles
- 5.4. The
for
Loop - 5.5. Flow of Execution of the for Loop
- 5.6. Iteration Simplifies our Turtle Program
- 5.7. The range Function
- 5.8. A Few More turtle Methods and Observations
- 5.9. Summary of Turtle Methods
- 5.10. Glossary
- 5.11. Exercises