« All Events
9AM – Intro To Python – Saagar
August 20, 2022 @ 9:00 am - 10:00 am
Today we did:
- Reviewed for loops and iterating by elements as well as index
- Review append, insert, remove, pop, del list functions
- Introduced while loops as a way of executing certain code while a certain condition is true
- Introduced the break keyword and went over multiple examples that used it with while True
Homework
- Create python file called “August20_ForAndWhileLoopHomework.py” and do Page 57-58. Also do TRY IT YOURSELF from page 60: 4-3, 4-4. Also page 118 and 121