6.9. Chapter Exercises

Design your own drawing using turtle graphics. You should use multiple colors, and your design must be complicated enough to features multiple procedures, including at least one procedure that calls other procedures you have written.

Here are some ideas:

Remember that although we can’t make curves, you can draw circles by setting a large pensize and then doing forward(0) to make a colored dot.

Turtle procedures

Use this space to describe the procedures you will write. Like in my design, don’t worry about writing code yet, just describe the parts of the task. Try to make sure that each one is simple enough to do in about ~10 lines of code. If it sounds more complex than that, break it down further and design procedures that will do the various sub-problems.

Now use this space to implement your program.

Write one procedure at a time and test as you go!

You have attempted of activities on this page