- This event has passed.
3 PM – Intro To Python – Sebastian
October 15, 2022 @ 3:00 pm - 4:00 pm
Today We Did
- Learned about range(value) function, gives list from 0 to value – 1 (ex: range(4) gives [0, 1, 2, 3])
- Learned about for each loops, gives every value in list
- Learned about for loops that give every value in list ( for index in range(len(list)) )
Homework
- https://indo.ayclogic.com/animal-list-and-for-loop-exercises/
- ONLY number 1: https://indo.ayclogic.com/tell-me-your-age/