- This event has passed.
7 PM – Intro To Python – Bill
February 27 @ 7:00 pm - 8:00 pm
Today We:
- Learned about lists
- Learned how to access from lists list[index]
- Learned how to modify items in lists list[index] = newdata
- Learned how to add and remove from lists .append() and .remove
- Learned how to get the length of lists
Your HW:
- Read and copy from Page 38 to 41 from your text book
- You do not need to do the try it yourself part