- This event has passed.
3 PM – Intro To Python – Sebastian
October 22, 2022 @ 3:00 pm - 4:00 pm
Today We Did
- Reviewed “for each” loops (loops through every value)
- Reviewed loops that loop through every index
- Learned how to put if statements inside of for loops
- Understood that variables created by for loops (for [variable] in [list]) represent every value in the list
Homework
- Homework: 54 and 55.
- Homework: 56 TRY IT YOURSELF