« All Events
5 PM – Intro to Python – Shawn (Substitute: Sebastian)
September 23, 2023 @ 5:00 pm - 6:00 pm
Today We Did
- Review using for loops to loop through list
- Can loop through every value
Example: “for name in names” - Can loop through every index by using range(n) function which returns kind of list from 0 to “n-1”
Example: “for i in range(5):”
- Basic introduction to while loops
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Please submit your homework to the corresponding project’s folder in your Google Drive
- Homework:
- Homework: 54 and 55.
- Homework: 56 TRY IT YOURSELF.