Loops

Lecture date: Wednesday, January 31, 2024

Today’s Objectives

  • Store collections of data in lists.
  • User the for construct to do repeated actions.
  • Use nested for loops for more sophistication.
  • Use range, map, and zip to create special lists.

Files