« All Events
6:00 PM – Intro to Python – Juan
March 18, 2023 @ 6:00 pm - 7:00 pm
Today We Did
- Reviewed creating lists and accessing list items using index.
- Learned about adding to a list using: append, insert
- Removing from a list: pop, remove, del
- In case you need anything, feel free to email me at juan@ayclogic.com
- View what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA
Homework
- Create March18_ListHomework.py file and do the homework in this file.
- TRY IT YOURSELF from page 42: 3-4, 3-5, 3-6