« All Events
5 pm Intro To Python
July 21, 2021 @ 5:00 pm - 6:00 pm
Today We:
- Reviewed the motorcycle list homework
- Did the Try It Yourself problems on page 36
- Learned how to get the length of a list using len() function
- Learned how to loop through each item of a list
- Learned how to use those loops to check for stuff inside lists
- Learned how to use those loops to add up each number inside a list
Your HW:
- Create a new File called, July21_LoopListHW
- Do page 55 in the book
- Do the Try It Yourself problems on page 56