- This event has passed.
7pm – Intro To Python – Joshua Widjanarko
October 3 @ 7:00 pm - 8:00 pm
Today We Did:
- Reviewed a bit about inputs
- Lists
- [] to create
- .append() to add
- locations [0,1,2,3] –> list starts with zero and ascends upwards
- how do we get specific location
- name_of_list[1] —> gets second value of list
- del to delete specific parts of a list
Homework:
In one new file, “October_3_lists”, do the following:
- 3rd edition: Page 37 to 41 (do not do the “Try It Yourself”)
email jwidjanarko@ayclogic.com for questions