Project 6 - Due Tue Mar 3 at 23:00

Reading

  1. Slides and notebooks from the Sequences and Loops lecture.
  2. Problems and solutions from Lab 5 (while Loops) and Lab 6 (for Loops, Early Return, and Tracking Variables).
  3. Think Python, Ch. 7: Iteration and Search (ignore Secs. 7.2 and 7.7) covers loops and Think Python, Ch. 8: Strings (only Secs. 8.1-8.5) covers strings.

Tasks

The instructions for each task:


About this Project

This week, there is only one project task, which will give you more practice with loops, strings, and ranges.

If you want to find a partner to work with for this project, use this Google Sheet to do so.

Reminders

Time Estimate

Our per-task estimate for this project is 2.5-4 hours, plus up to an hour of reading.


How to turn in this Project