« All Events
5PM – Intro To Python – Bill
May 9, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Reviewed User Input and If else chains
- Practiced getting user input and reviewed when to convert it to an integer
- Learned about list data type
- Learned how to create a list
- Learned about the index of a list
- Learned how to grab individual pieces of data from a list
- Learned how to add or remove items from the list (append and remove)
- Learned how to get the length of a list
Your HW:
- Create a new file called May_9_ListHW1
- Do pages 38 to 41
- TRY IT YOURSELF from page 42: 3-4, 3-5, 3-6