The exercise for this week is meant to help you to understand for
loops and conditional statements in Python.
Below you have a series of problems in which you are asked to edit the notebook files and write the code necessary to produce the desired results.
- Exercise 3 is due by the start of the next lesson (9:15 am, 28 September 2022).
- Remember to save and commit your changes locally, and push your changes to GitHub after each major change!
- We are working in pairs on this exercise, and we will only grade the repository of the member of your pair that is responsible for this week's exercise.
- Review the materials for Lesson 3
- Check out the hints for this week's exercise if you're having trouble.
Before starting to work with the problems for this week, you should start a new JupyterLab instance and clone your own Exercise 3 repository (e.g., exercise-3-htenkanen
) in the instance using Git as we saw in Lesson 2.
There are 4 problems in this week's exercise. Problem 4 is optional, but fun!