Loops
Lecture date: Monday, September 9, 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
, andzip
to create special lists.