Problem Set 3 - Due Thu Nov 12 at 23:59

Reading

  1. Slides and notebooks from Lec 3/4 and Lec 6/7.
  2. Problems and solutions from Lab 4. Material from Lab 3 (which we skipped) could be useful for tasks 1 and/or 2, and you can review the solutions to that lab if you wish.
  3. For task 1, the turtle reference documentation may be useful.
  4. Think Python, Chapter 3 and Think Python, Chapter 6 cover material on functions which remains relevant.
  5. Think Python, Chapter 5 (just sections 5.1–5.7) covers booleans and conditionals.

About this Problem Set

This problem set will give you practice with the use of booleans and conditionals, although the first two tasks (of which you only have to do one) are a review of material on functions and do not require booleans or conditionals.

If you want to find a partner to work with for this problem set, use this Piazza post to do so (we will mark old requests as closed when each new problem set is posted).

Note that you may not work with different partners on different tasks in this problem set. If you are working with a partner on one task, you must either work individually or work with that same partner on any other tasks where a partner is allowed.

Notes

Time Estimate

To help you plan how long you need to spend on this problem set, we have some guidelines based on how long students spent on these tasks last semester (please fill out your time estimates to help students in future semesters).

When you've been working on a task for about 1 hours, you should evaluate whether you are making efficient progress, and make use of some of the class resources available to you, like help-room hours or office hours. If you've been working on one task for 2.5 hours and still have a ways to go, you should definitely get some help with it.

The entire problem set will probably take you something like 5.5–8 hours of programming, plus another half hour to hour of reading, although some students take more or less time than that.


Tasks

The instructions for each task and their specific requirements are laid out on the following pages:


How to turn in this Problem Set