- This event has passed.
3 PM – Intro to Python – Sebastian
October 1, 2022 @ 3:00 pm - 4:00 pm
Today We Did
- Lists (bag = [])
- Get length of list using len() (len(bag))
- Learned list indices (index) start from 0
- Get one item using bag[index]
Homework
- Page 114 to 116
- Page 117 . TRY IT YOURSELF: 7-1, 7-2