- Today We Learned:
- How to replace elements in a list
- How to add more elements to the end of a list using .append()
- How to insert elements anywhere in a list using .insert()
- How to delete using an element’s index using del
- How to delete using the element itself using .remove()
- Homework:
- Pages 50-52 from the book, put it in a file called Oct12_ListForLoopHomework.py
If you have any questions, please send an email to latisha@ayclogic.com