✅ Lecture 7: Loops

➡️ REMINDER

Homework 2 is due Thursday!

Objectives

  1. Understand how to write code that repeats itself
  2. Understand the different ways to create loops in python
  3. Use loops to iterate through lists and dicts

Agenda

  1. Loops