- This event has passed.
3 PM – Intro To Python (Summer Session) – Darin
June 6 @ 3:00 pm - 5:00 pm
What We Did Today:
- Reviewed how to use conditionals (if, elif, and else statements) and printing formats using print(f” “).
- Learnt about lists, how to modify lists, and how to use lists in different code like if statements and arithmetic.
Homework:
Create two files in Thonny as shown, and upload them into the google drive when finished:
- June6_Lists_HW1.py:
- Copy from page 34 to 36
- Copy from page 37 to 41: access, modify, append, remove
- June6_Lists_HW2.py:
- Do TRY IT YOURSELF from page 36 numbers 3-1, 3-2, and 3-3.