- This event has passed.
3 PM – Intro To Python – Sebastian
October 29, 2022 @ 3:00 pm - 4:00 pm
Today We Did
- Learned about how while loops continue to loop when their condition (turns into a boolean) is true
- Reviewed how to get user input ( input() )
- Remembered that for loops CREATE variables, and those variables will replace other variables that have the same name
Homework
- Homework: Page 118 and 121
- Homework: Page 123-124 TRY IT YOURSELF 7-4, 7-5, 7-6, 7-7